Enum Class BlockRenderLayer

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

@Environment(CLIENT) public enum BlockRenderLayer extends Enum<BlockRenderLayer>
Mappings:
Namespace Name
official ahm
intermediary net/minecraft/class_2165
named net/minecraft/client/render/BlockRenderLayer
  • Enum Constant Details

    • SOLID

      public static final BlockRenderLayer SOLID
      Mappings:
      Namespace Name Mixin selector
      official a Lahm;a:Lahm;
      intermediary field_9200 Lnet/minecraft/class_2165;field_9200:Lnet/minecraft/class_2165;
      named SOLID Lnet/minecraft/client/render/BlockRenderLayer;SOLID:Lnet/minecraft/client/render/BlockRenderLayer;
    • CUTOUT_MIPPED

      public static final BlockRenderLayer CUTOUT_MIPPED
      Mappings:
      Namespace Name Mixin selector
      official b Lahm;b:Lahm;
      intermediary field_9201 Lnet/minecraft/class_2165;field_9201:Lnet/minecraft/class_2165;
      named CUTOUT_MIPPED Lnet/minecraft/client/render/BlockRenderLayer;CUTOUT_MIPPED:Lnet/minecraft/client/render/BlockRenderLayer;
    • CUTOUT

      public static final BlockRenderLayer CUTOUT
      Mappings:
      Namespace Name Mixin selector
      official c Lahm;c:Lahm;
      intermediary field_9202 Lnet/minecraft/class_2165;field_9202:Lnet/minecraft/class_2165;
      named CUTOUT Lnet/minecraft/client/render/BlockRenderLayer;CUTOUT:Lnet/minecraft/client/render/BlockRenderLayer;
    • TRANSLUCENT

      public static final BlockRenderLayer TRANSLUCENT
      Mappings:
      Namespace Name Mixin selector
      official d Lahm;d:Lahm;
      intermediary field_9203 Lnet/minecraft/class_2165;field_9203:Lnet/minecraft/class_2165;
      named TRANSLUCENT Lnet/minecraft/client/render/BlockRenderLayer;TRANSLUCENT:Lnet/minecraft/client/render/BlockRenderLayer;
  • Field Details

    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official e Lahm;e:Ljava/lang/String;
      intermediary field_9204 Lnet/minecraft/class_2165;field_9204:Ljava/lang/String;
      named name Lnet/minecraft/client/render/BlockRenderLayer;name:Ljava/lang/String;
  • Constructor Details

    • BlockRenderLayer

      private BlockRenderLayer(String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lahm;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_2165;<init>(Ljava/lang/String;ILjava/lang/String;)V
      named <init> Lnet/minecraft/client/render/BlockRenderLayer;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<BlockRenderLayer>
      Mappings:
      Namespace Name Mixin selector
      official toString Lahm;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_2165;toString()Ljava/lang/String;
      named toString Lnet/minecraft/client/render/BlockRenderLayer;toString()Ljava/lang/String;