forked from MagicBane/Server
More item refactor work.
This commit is contained in:
@@ -2244,29 +2244,6 @@ public class Enum {
|
||||
ITEM
|
||||
}
|
||||
|
||||
public enum objectMaskType {
|
||||
PLAYER,
|
||||
MOB,
|
||||
PET,
|
||||
CORPSE,
|
||||
BUILDING,
|
||||
UNDEAD,
|
||||
BEAST,
|
||||
HUMANOID,
|
||||
NPC,
|
||||
IAGENT,
|
||||
DRAGON,
|
||||
RAT,
|
||||
SIEGE,
|
||||
CITY,
|
||||
ZONE;
|
||||
|
||||
public static EnumSet<objectMaskType> AGGRO = EnumSet.of(PLAYER, PET);
|
||||
public static EnumSet<objectMaskType> MOBILE = EnumSet.of(PLAYER, MOB, PET);
|
||||
public static EnumSet<objectMaskType> STATIC = EnumSet.of(CORPSE, BUILDING, NPC);
|
||||
|
||||
}
|
||||
|
||||
public enum ItemContainerType {
|
||||
NONE,
|
||||
INVENTORY,
|
||||
|
||||
Reference in New Issue
Block a user