Enum Class BlockModel

java.lang.Object
java.lang.Enum<BlockModel>
net.lcc.sollib.api.common.registry.data.block.BlockModel
All Implemented Interfaces:
Serializable, Comparable<BlockModel>, Constable

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

    • CUBE

      public static final BlockModel CUBE
    • CROSS

      public static final BlockModel CROSS
    • CROSS_POTTED

      public static final BlockModel CROSS_POTTED
    • CROSS_DIRECTIONAL

      public static final BlockModel CROSS_DIRECTIONAL
    • PILLAR

      public static final BlockModel PILLAR
    • WOOD

      public static final BlockModel WOOD
    • STAIRS

      public static final BlockModel STAIRS
    • SLAB

      public static final BlockModel SLAB
    • BUTTON

      public static final BlockModel BUTTON
    • PRESSURE_PLATE

      public static final BlockModel PRESSURE_PLATE
    • FENCE

      public static final BlockModel FENCE
    • FENCE_GATE

      public static final BlockModel FENCE_GATE
    • FLUID

      public static final BlockModel FLUID
    • DOOR

      public static final BlockModel DOOR
    • TRAPDOOR

      public static final BlockModel TRAPDOOR
    • SIGN

      public static final BlockModel SIGN
    • WALL_SIGN

      public static final BlockModel WALL_SIGN
    • HANGING_SIGN

      public static final BlockModel HANGING_SIGN
    • WALL_HANGING_SIGN

      public static final BlockModel WALL_HANGING_SIGN
    • PANE

      public static final BlockModel PANE
    • ROTATABLE

      public static final BlockModel ROTATABLE
    • WALL

      public static final BlockModel WALL
  • Method Details

    • values

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