Enum Class CheatType

java.lang.Object
java.lang.Enum<CheatType>
zombie.characters.CheatType
All Implemented Interfaces:
Serializable, Comparable<CheatType>, Constable

public enum CheatType extends Enum<CheatType>
  • Enum Constant Details

    • GOD_MODE

      public static final CheatType GOD_MODE
    • INVISIBLE

      public static final CheatType INVISIBLE
    • UNLIMITED_ENDURANCE

      public static final CheatType UNLIMITED_ENDURANCE
    • UNLIMITED_AMMO

      public static final CheatType UNLIMITED_AMMO
    • KNOW_ALL_RECIPES

      public static final CheatType KNOW_ALL_RECIPES
    • UNLIMITED_CARRY

      public static final CheatType UNLIMITED_CARRY
    • BUILD

      public static final CheatType BUILD
    • FARMING

      public static final CheatType FARMING
    • FISHING

      public static final CheatType FISHING
    • HEALTH

      public static final CheatType HEALTH
    • MECHANICS

      public static final CheatType MECHANICS
    • FAST_MOVE

      public static final CheatType FAST_MOVE
    • MOVABLES

      public static final CheatType MOVABLES
    • TIMED_ACTION_INSTANT

      public static final CheatType TIMED_ACTION_INSTANT
    • BRUSH_TOOL

      public static final CheatType BRUSH_TOOL
    • NO_CLIP

      public static final CheatType NO_CLIP
    • CAN_SEE_EVERYONE

      public static final CheatType CAN_SEE_EVERYONE
    • CAN_HEAR_EVERYONE

      public static final CheatType CAN_HEAR_EVERYONE
    • ZOMBIES_DONT_ATTACK

      public static final CheatType ZOMBIES_DONT_ATTACK
    • SHOW_MP_INFO

      public static final CheatType SHOW_MP_INFO
    • LOOT_TOOL

      public static final CheatType LOOT_TOOL
  • Method Details

    • values

      public static CheatType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static CheatType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • fromId

      public static CheatType fromId(byte byte0)
    • fromString

      public static CheatType fromString(String string)