Package net.minecraft.client.data
Enum Class BlockStateModelGenerator.CrossType
java.lang.Object
java.lang.Enum<BlockStateModelGenerator.CrossType>
net.minecraft.client.data.BlockStateModelGenerator.CrossType
- All Implemented Interfaces:
Serializable,Comparable<BlockStateModelGenerator.CrossType>,Constable
- Enclosing class:
BlockStateModelGenerator
@Environment(CLIENT)
private static enum BlockStateModelGenerator.CrossType
extends Enum<BlockStateModelGenerator.CrossType>
- Mappings:
Namespace Name named net/minecraft/client/data/BlockStateModelGenerator$CrossTypeintermediary net/minecraft/class_4910$class_4913official fsh$d
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFlowerPotTextureMap(Block block) getTextureMap(Block block) registerItemModel(BlockStateModelGenerator modelGenerator, Block block) Returns the enum constant of this class with the specified name.static BlockStateModelGenerator.CrossType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TINTED
- Mappings:
Namespace Name Mixin selector named TINTEDLnet/minecraft/client/data/BlockStateModelGenerator$CrossType;TINTED:Lnet/minecraft/client/data/BlockStateModelGenerator$CrossType;intermediary field_22839Lnet/minecraft/class_4910$class_4913;field_22839:Lnet/minecraft/class_4910$class_4913;official aLfsh$d;a:Lfsh$d;
-
NOT_TINTED
- Mappings:
Namespace Name Mixin selector named NOT_TINTEDLnet/minecraft/client/data/BlockStateModelGenerator$CrossType;NOT_TINTED:Lnet/minecraft/client/data/BlockStateModelGenerator$CrossType;intermediary field_22840Lnet/minecraft/class_4910$class_4913;field_22840:Lnet/minecraft/class_4910$class_4913;official bLfsh$d;b:Lfsh$d;
-
EMISSIVE_NOT_TINTED
- Mappings:
Namespace Name Mixin selector named EMISSIVE_NOT_TINTEDLnet/minecraft/client/data/BlockStateModelGenerator$CrossType;EMISSIVE_NOT_TINTED:Lnet/minecraft/client/data/BlockStateModelGenerator$CrossType;intermediary field_55176Lnet/minecraft/class_4910$class_4913;field_55176:Lnet/minecraft/class_4910$class_4913;official cLfsh$d;c:Lfsh$d;
-
-
Field Details
-
model
- Mappings:
Namespace Name Mixin selector named modelLnet/minecraft/client/data/BlockStateModelGenerator$CrossType;model:Lnet/minecraft/client/data/Model;intermediary field_55177Lnet/minecraft/class_4910$class_4913;field_55177:Lnet/minecraft/class_4942;official dLfsh$d;d:Lfsy;
-
flowerPotModel
- Mappings:
Namespace Name Mixin selector named flowerPotModelLnet/minecraft/client/data/BlockStateModelGenerator$CrossType;flowerPotModel:Lnet/minecraft/client/data/Model;intermediary field_55178Lnet/minecraft/class_4910$class_4913;field_55178:Lnet/minecraft/class_4942;official eLfsh$d;e:Lfsy;
-
emissive
private final boolean emissive- Mappings:
Namespace Name Mixin selector named emissiveLnet/minecraft/client/data/BlockStateModelGenerator$CrossType;emissive:Zintermediary field_55179Lnet/minecraft/class_4910$class_4913;field_55179:Zofficial fLfsh$d;f:Z
-
-
Constructor Details
-
CrossType
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/data/BlockStateModelGenerator$CrossType;<init>(Ljava/lang/String;ILnet/minecraft/client/data/Model;Lnet/minecraft/client/data/Model;Z)Vintermediary <init>Lnet/minecraft/class_4910$class_4913;<init>(Ljava/lang/String;ILnet/minecraft/class_4942;Lnet/minecraft/class_4942;Z)Vofficial <init>Lfsh$d;<init>(Ljava/lang/String;ILfsy;Lfsy;Z)V
-
-
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
-
getCrossModel
- Mappings:
Namespace Name Mixin selector named getCrossModelLnet/minecraft/client/data/BlockStateModelGenerator$CrossType;getCrossModel()Lnet/minecraft/client/data/Model;intermediary method_25726Lnet/minecraft/class_4910$class_4913;method_25726()Lnet/minecraft/class_4942;official aLfsh$d;a()Lfsy;
-
getFlowerPotCrossModel
- Mappings:
Namespace Name Mixin selector named getFlowerPotCrossModelLnet/minecraft/client/data/BlockStateModelGenerator$CrossType;getFlowerPotCrossModel()Lnet/minecraft/client/data/Model;intermediary method_25727Lnet/minecraft/class_4910$class_4913;method_25727()Lnet/minecraft/class_4942;official bLfsh$d;b()Lfsy;
-
registerItemModel
- Mappings:
Namespace Name Mixin selector named registerItemModelLnet/minecraft/client/data/BlockStateModelGenerator$CrossType;registerItemModel(Lnet/minecraft/client/data/BlockStateModelGenerator;Lnet/minecraft/block/Block;)Lnet/minecraft/util/Identifier;intermediary method_65297Lnet/minecraft/class_4910$class_4913;method_65297(Lnet/minecraft/class_4910;Lnet/minecraft/class_2248;)Lnet/minecraft/class_2960;official aLfsh$d;a(Lfsh;Ldno;)Lalr;
-
getTextureMap
- Mappings:
Namespace Name Mixin selector named getTextureMapLnet/minecraft/client/data/BlockStateModelGenerator$CrossType;getTextureMap(Lnet/minecraft/block/Block;)Lnet/minecraft/client/data/TextureMap;intermediary method_65296Lnet/minecraft/class_4910$class_4913;method_65296(Lnet/minecraft/class_2248;)Lnet/minecraft/class_4944;official aLfsh$d;a(Ldno;)Lfta;
-
getFlowerPotTextureMap
- Mappings:
Namespace Name Mixin selector named getFlowerPotTextureMapLnet/minecraft/client/data/BlockStateModelGenerator$CrossType;getFlowerPotTextureMap(Lnet/minecraft/block/Block;)Lnet/minecraft/client/data/TextureMap;intermediary method_65298Lnet/minecraft/class_4910$class_4913;method_65298(Lnet/minecraft/class_2248;)Lnet/minecraft/class_4944;official bLfsh$d;b(Ldno;)Lfta;
-