wyvern.world
Interface World.ShoutFlags
- Enclosing interface:
- World
- public static interface World.ShoutFlags
Flags to pass to World.shout(). Currently just one:
IGNORE_EARMUFFS, to make it tell the person the shout
even if they have earmuffs on. NONE is just an alias
for 0, so you can say ShoutFlags.NONE. It won't work
in combination with any other flags.
NONE
public static final int NONE
- See Also:
- Constant Field Values
IGNORE_EARMUFFS
public static final int IGNORE_EARMUFFS
- See Also:
- Constant Field Values