rlgamekit.demo.walkaround
Class LayerCodes

java.lang.Object
  extended by rlgamekit.demo.walkaround.LayerCodes

public class LayerCodes
extends java.lang.Object

Map layer codes, used in the walkaround demo.


Field Summary
static int FEATURE
           
static int GROUND
           
static int ITEMS
           
static int MOBILES
           
 
Constructor Summary
LayerCodes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GROUND

public static final int GROUND
See Also:
Constant Field Values

FEATURE

public static final int FEATURE
See Also:
Constant Field Values

ITEMS

public static final int ITEMS
See Also:
Constant Field Values

MOBILES

public static final int MOBILES
See Also:
Constant Field Values
Constructor Detail

LayerCodes

public LayerCodes()