Package net.minecraft.data.client.model
Enum BlockStateModelGenerator.TintType
java.lang.Object
java.lang.Enum<BlockStateModelGenerator.TintType>
net.minecraft.data.client.model.BlockStateModelGenerator.TintType
- All Implemented Interfaces:
Serializable,Comparable<BlockStateModelGenerator.TintType>,java.lang.constant.Constable
- Enclosing class:
- BlockStateModelGenerator
static enum BlockStateModelGenerator.TintType extends Enum<BlockStateModelGenerator.TintType>
- Mappings:
Namespace Name official iu$dintermediary net/minecraft/class_4910$class_4913named net/minecraft/data/client/model/BlockStateModelGenerator$TintType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description NOT_TINTEDTINTED -
Constructor Summary
Constructors Modifier Constructor Description privateTintType() -
Method Summary
Modifier and Type Method Description ModelgetCrossModel()ModelgetFlowerPotCrossModel()static BlockStateModelGenerator.TintTypevalueOf(String name)Returns the enum constant of this type with the specified name.static BlockStateModelGenerator.TintType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
TINTED
- Mappings:
Namespace Name Mixin selector official aLiu$d;a:Liu$d;intermediary field_22839Lnet/minecraft/class_4910$class_4913;field_22839:Lnet/minecraft/class_4910$class_4913;named TINTEDLnet/minecraft/data/client/model/BlockStateModelGenerator$TintType;TINTED:Lnet/minecraft/data/client/model/BlockStateModelGenerator$TintType;
-
NOT_TINTED
- Mappings:
Namespace Name Mixin selector official bLiu$d;b:Liu$d;intermediary field_22840Lnet/minecraft/class_4910$class_4913;field_22840:Lnet/minecraft/class_4910$class_4913;named NOT_TINTEDLnet/minecraft/data/client/model/BlockStateModelGenerator$TintType;NOT_TINTED:Lnet/minecraft/data/client/model/BlockStateModelGenerator$TintType;
-
-
Constructor Details
-
TintType
private TintType()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
getCrossModel
- Mappings:
Namespace Name Mixin selector official aLiu$d;a()Ljj;intermediary method_25726Lnet/minecraft/class_4910$class_4913;method_25726()Lnet/minecraft/class_4942;named getCrossModelLnet/minecraft/data/client/model/BlockStateModelGenerator$TintType;getCrossModel()Lnet/minecraft/data/client/model/Model;
-
getFlowerPotCrossModel
- Mappings:
Namespace Name Mixin selector official bLiu$d;b()Ljj;intermediary method_25727Lnet/minecraft/class_4910$class_4913;method_25727()Lnet/minecraft/class_4942;named getFlowerPotCrossModelLnet/minecraft/data/client/model/BlockStateModelGenerator$TintType;getFlowerPotCrossModel()Lnet/minecraft/data/client/model/Model;
-