Class ItemType

java.lang.Object
zombie.scripting.objects.ItemType

public class ItemType extends Object
  • Field Details

    • ALARM_CLOCK

      public static final ItemType ALARM_CLOCK
    • ALARM_CLOCK_CLOTHING

      public static final ItemType ALARM_CLOCK_CLOTHING
    • ANIMAL

      public static final ItemType ANIMAL
    • CLOTHING

      public static final ItemType CLOTHING
    • CONTAINER

      public static final ItemType CONTAINER
    • DRAINABLE

      public static final ItemType DRAINABLE
    • FOOD

      public static final ItemType FOOD
    • KEY

      public static final ItemType KEY
    • KEY_RING

      public static final ItemType KEY_RING
    • LITERATURE

      public static final ItemType LITERATURE
    • MAP

      public static final ItemType MAP
    • MOVEABLE

      public static final ItemType MOVEABLE
    • NORMAL

      public static final ItemType NORMAL
    • RADIO

      public static final ItemType RADIO
    • WEAPON

      public static final ItemType WEAPON
    • WEAPON_PART

      public static final ItemType WEAPON_PART
  • Method Details