Enum Class StructureBlockBlockEntityRenderState.InvisibleRenderType

java.lang.Object
java.lang.Enum<StructureBlockBlockEntityRenderState.InvisibleRenderType>
net.minecraft.client.render.block.entity.state.StructureBlockBlockEntityRenderState.InvisibleRenderType
All Implemented Interfaces:
Serializable, Comparable<StructureBlockBlockEntityRenderState.InvisibleRenderType>, Constable
Enclosing class:
StructureBlockBlockEntityRenderState

@Environment(CLIENT) public static enum StructureBlockBlockEntityRenderState.InvisibleRenderType extends Enum<StructureBlockBlockEntityRenderState.InvisibleRenderType>
Mappings:
Namespace Name
named net/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState$InvisibleRenderType
intermediary net/minecraft/class_11955$class_11956
official hjy$a
  • Enum Constant Details

    • AIR

      Mappings:
      Namespace Name Mixin selector
      named AIR Lnet/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState$InvisibleRenderType;AIR:Lnet/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState$InvisibleRenderType;
      intermediary field_62683 Lnet/minecraft/class_11955$class_11956;field_62683:Lnet/minecraft/class_11955$class_11956;
      official a Lhjy$a;a:Lhjy$a;
    • BARRIER

      Mappings:
      Namespace Name Mixin selector
      named BARRIER Lnet/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState$InvisibleRenderType;BARRIER:Lnet/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState$InvisibleRenderType;
      intermediary field_62684 Lnet/minecraft/class_11955$class_11956;field_62684:Lnet/minecraft/class_11955$class_11956;
      official b Lhjy$a;b:Lhjy$a;
    • LIGHT

      Mappings:
      Namespace Name Mixin selector
      named LIGHT Lnet/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState$InvisibleRenderType;LIGHT:Lnet/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState$InvisibleRenderType;
      intermediary field_62685 Lnet/minecraft/class_11955$class_11956;field_62685:Lnet/minecraft/class_11955$class_11956;
      official c Lhjy$a;c:Lhjy$a;
    • STRUCUTRE_VOID

      Mappings:
      Namespace Name Mixin selector
      named STRUCUTRE_VOID Lnet/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState$InvisibleRenderType;STRUCUTRE_VOID:Lnet/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState$InvisibleRenderType;
      intermediary field_62686 Lnet/minecraft/class_11955$class_11956;field_62686:Lnet/minecraft/class_11955$class_11956;
      official d Lhjy$a;d:Lhjy$a;
  • Constructor Details

    • InvisibleRenderType

      private InvisibleRenderType()
  • Method Details

    • 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

      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