More item refactor work.

This commit is contained in:
2024-03-02 11:07:07 -05:00
parent d05dbef71d
commit b98e7cda15
7 changed files with 28 additions and 156 deletions
-23
View File
@@ -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,