Enum Class BlockRenderLayer

java.lang.Object
java.lang.Enum<BlockRenderLayer>
net.minecraft.block.BlockRenderLayer
All Implemented Interfaces:
Serializable, Comparable<BlockRenderLayer>, Constable

public enum BlockRenderLayer extends Enum<BlockRenderLayer>
Mappings:
Namespace Name
official blb
intermediary net/minecraft/class_3225
named net/minecraft/block/BlockRenderLayer
  • Enum Constant Details

    • SOLID

      public static final BlockRenderLayer SOLID
      Mappings:
      Namespace Name Mixin selector
      official a Lblb;a:Lblb;
      intermediary field_15792 Lnet/minecraft/class_3225;field_15792:Lnet/minecraft/class_3225;
      named SOLID Lnet/minecraft/block/BlockRenderLayer;SOLID:Lnet/minecraft/block/BlockRenderLayer;
    • BOWL

      public static final BlockRenderLayer BOWL
      Mappings:
      Namespace Name Mixin selector
      official b Lblb;b:Lblb;
      intermediary field_15793 Lnet/minecraft/class_3225;field_15793:Lnet/minecraft/class_3225;
      named BOWL Lnet/minecraft/block/BlockRenderLayer;BOWL:Lnet/minecraft/block/BlockRenderLayer;
    • CENTER_SMALL

      public static final BlockRenderLayer CENTER_SMALL
      Mappings:
      Namespace Name Mixin selector
      official c Lblb;c:Lblb;
      intermediary field_15794 Lnet/minecraft/class_3225;field_15794:Lnet/minecraft/class_3225;
      named CENTER_SMALL Lnet/minecraft/block/BlockRenderLayer;CENTER_SMALL:Lnet/minecraft/block/BlockRenderLayer;
    • MIDDLE_POLE_THIN

      public static final BlockRenderLayer MIDDLE_POLE_THIN
      Mappings:
      Namespace Name Mixin selector
      official d Lblb;d:Lblb;
      intermediary field_15795 Lnet/minecraft/class_3225;field_15795:Lnet/minecraft/class_3225;
      named MIDDLE_POLE_THIN Lnet/minecraft/block/BlockRenderLayer;MIDDLE_POLE_THIN:Lnet/minecraft/block/BlockRenderLayer;
    • CENTER

      public static final BlockRenderLayer CENTER
      Mappings:
      Namespace Name Mixin selector
      official e Lblb;e:Lblb;
      intermediary field_15796 Lnet/minecraft/class_3225;field_15796:Lnet/minecraft/class_3225;
      named CENTER Lnet/minecraft/block/BlockRenderLayer;CENTER:Lnet/minecraft/block/BlockRenderLayer;
    • MIDDLE_POLE

      public static final BlockRenderLayer MIDDLE_POLE
      Mappings:
      Namespace Name Mixin selector
      official f Lblb;f:Lblb;
      intermediary field_15797 Lnet/minecraft/class_3225;field_15797:Lnet/minecraft/class_3225;
      named MIDDLE_POLE Lnet/minecraft/block/BlockRenderLayer;MIDDLE_POLE:Lnet/minecraft/block/BlockRenderLayer;
    • CENTER_BIG

      public static final BlockRenderLayer CENTER_BIG
      Mappings:
      Namespace Name Mixin selector
      official g Lblb;g:Lblb;
      intermediary field_15798 Lnet/minecraft/class_3225;field_15798:Lnet/minecraft/class_3225;
      named CENTER_BIG Lnet/minecraft/block/BlockRenderLayer;CENTER_BIG:Lnet/minecraft/block/BlockRenderLayer;
    • MIDDLE_POLE_THICK

      public static final BlockRenderLayer MIDDLE_POLE_THICK
      Mappings:
      Namespace Name Mixin selector
      official h Lblb;h:Lblb;
      intermediary field_15799 Lnet/minecraft/class_3225;field_15799:Lnet/minecraft/class_3225;
      named MIDDLE_POLE_THICK Lnet/minecraft/block/BlockRenderLayer;MIDDLE_POLE_THICK:Lnet/minecraft/block/BlockRenderLayer;
    • UNDEFINED

      public static final BlockRenderLayer UNDEFINED
      Mappings:
      Namespace Name Mixin selector
      official i Lblb;i:Lblb;
      intermediary field_15800 Lnet/minecraft/class_3225;field_15800:Lnet/minecraft/class_3225;
      named UNDEFINED Lnet/minecraft/block/BlockRenderLayer;UNDEFINED:Lnet/minecraft/block/BlockRenderLayer;
  • Constructor Details

    • BlockRenderLayer

      private BlockRenderLayer()
  • Method Details

    • values

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