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$InvisibleRenderTypeintermediary net/minecraft/class_11955$class_11956official hmg$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AIR
- Mappings:
Namespace Name Mixin selector named AIRLnet/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState$InvisibleRenderType;AIR:Lnet/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState$InvisibleRenderType;intermediary field_62683Lnet/minecraft/class_11955$class_11956;field_62683:Lnet/minecraft/class_11955$class_11956;official aLhmg$a;a:Lhmg$a;
-
BARRIER
- Mappings:
Namespace Name Mixin selector named BARRIERLnet/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState$InvisibleRenderType;BARRIER:Lnet/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState$InvisibleRenderType;intermediary field_62684Lnet/minecraft/class_11955$class_11956;field_62684:Lnet/minecraft/class_11955$class_11956;official bLhmg$a;b:Lhmg$a;
-
LIGHT
- Mappings:
Namespace Name Mixin selector named LIGHTLnet/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState$InvisibleRenderType;LIGHT:Lnet/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState$InvisibleRenderType;intermediary field_62685Lnet/minecraft/class_11955$class_11956;field_62685:Lnet/minecraft/class_11955$class_11956;official cLhmg$a;c:Lhmg$a;
-
STRUCTURE_VOID
- Mappings:
Namespace Name Mixin selector named STRUCTURE_VOIDLnet/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState$InvisibleRenderType;STRUCTURE_VOID:Lnet/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState$InvisibleRenderType;intermediary field_62686Lnet/minecraft/class_11955$class_11956;field_62686:Lnet/minecraft/class_11955$class_11956;official dLhmg$a;d:Lhmg$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 nameNullPointerException- if the argument is null
-