Enum Class TileLookup

java.lang.Object
java.lang.Enum<TileLookup>
zombie.iso.worldgen.enums.TileLookup
All Implemented Interfaces:
Serializable, Comparable<TileLookup>, Constable

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

    • NO_FEATURES

      public static final TileLookup NO_FEATURES
    • NO_SPECIFIC_TYPE

      public static final TileLookup NO_SPECIFIC_TYPE
    • FEATURES_LIST_EMPTY

      public static final TileLookup FEATURES_LIST_EMPTY
    • NO_FEATURE

      public static final TileLookup NO_FEATURE
    • TILE_GROUPS_EMPTY

      public static final TileLookup TILE_GROUPS_EMPTY
    • TOO_BIG

      public static final TileLookup TOO_BIG
    • CANT_BE_PLACED

      public static final TileLookup CANT_BE_PLACED
    • SUCCESS

      public static final TileLookup SUCCESS
  • Method Details

    • values

      public static TileLookup[] 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 TileLookup 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