monrovia.client.util
Class Demo

java.lang.Object
  |
  +--monrovia.client.util.Demo

public class Demo
extends java.lang.Object

This class is for demo purposes. Show some client actions without the network connection.


Field Summary
static boolean demoFlag
           
static short[][] kartta
           
static Map mMap
           
static CommandMenu mMenu
           
static short[] nolla
           
static short[] orkki
           
static short[] puu
           
static short[] ukko
           
static short[] vuori
           
static int x
           
static int y
           
 
Constructor Summary
Demo()
           
 
Method Summary
static void init(Map pMap, CommandMenu pMenu, Stats mStats)
           
static java.lang.String makeAnswer(int pCommandID)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

demoFlag

public static boolean demoFlag

x

public static int x

y

public static int y

mMap

public static Map mMap

mMenu

public static CommandMenu mMenu

nolla

public static short[] nolla

puu

public static short[] puu

ukko

public static short[] ukko

vuori

public static short[] vuori

orkki

public static short[] orkki

kartta

public static short[][] kartta
Constructor Detail

Demo

public Demo()
Method Detail

init

public static void init(Map pMap,
                        CommandMenu pMenu,
                        Stats mStats)

makeAnswer

public static java.lang.String makeAnswer(int pCommandID)