wyvern.lib
Interface WizTypes
- All Known Implementing Classes:
- ArchetypeManager, World
- public interface WizTypes
Constants for World.isAtLeast() - you can implement
this interface to call World.isAtLeast(SENIOR), etc.
- Version:
- 1.0, May 07, 2003
- Author:
- Steve Yegge
MIN_LEVEL
public static final int MIN_LEVEL
- See Also:
- Constant Field Values
MAX_LEVEL
public static final int MAX_LEVEL
- See Also:
- Constant Field Values
PLAYER
public static final int PLAYER
- See Also:
- Constant Field Values
JUNIOR
public static final int JUNIOR
- See Also:
- Constant Field Values
WIZARD
public static final int WIZARD
- See Also:
- Constant Field Values
SENIOR
public static final int SENIOR
- See Also:
- Constant Field Values
ELDER
public static final int ELDER
- See Also:
- Constant Field Values
ARCH
public static final int ARCH
- See Also:
- Constant Field Values