Package net.minecraft.block
Enum Class BlockRenderType
- All Implemented Interfaces:
Serializable
,Comparable<BlockRenderType>
,Constable
- Mappings:
Namespace Name official cvs
intermediary net/minecraft/class_2464
named net/minecraft/block/BlockRenderType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BlockRenderType
Returns the enum constant of this class with the specified name.static BlockRenderType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INVISIBLE
- Mappings:
Namespace Name Mixin selector official a
Lcvs;a:Lcvs;
intermediary field_11455
Lnet/minecraft/class_2464;field_11455:Lnet/minecraft/class_2464;
named INVISIBLE
Lnet/minecraft/block/BlockRenderType;INVISIBLE:Lnet/minecraft/block/BlockRenderType;
-
ENTITYBLOCK_ANIMATED
- Mappings:
Namespace Name Mixin selector official b
Lcvs;b:Lcvs;
intermediary field_11456
Lnet/minecraft/class_2464;field_11456:Lnet/minecraft/class_2464;
named ENTITYBLOCK_ANIMATED
Lnet/minecraft/block/BlockRenderType;ENTITYBLOCK_ANIMATED:Lnet/minecraft/block/BlockRenderType;
-
MODEL
- Mappings:
Namespace Name Mixin selector official c
Lcvs;c:Lcvs;
intermediary field_11458
Lnet/minecraft/class_2464;field_11458:Lnet/minecraft/class_2464;
named MODEL
Lnet/minecraft/block/BlockRenderType;MODEL:Lnet/minecraft/block/BlockRenderType;
-
-
Constructor Details
-
BlockRenderType
private BlockRenderType()
-
-
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
-