Package net.minecraft.data.client
Enum Class BlockStateModelGenerator.TintType
java.lang.Object
java.lang.Enum<BlockStateModelGenerator.TintType>
net.minecraft.data.client.BlockStateModelGenerator.TintType
- All Implemented Interfaces:
Serializable,Comparable<BlockStateModelGenerator.TintType>,Constable
- Enclosing class:
BlockStateModelGenerator
private static enum BlockStateModelGenerator.TintType
extends Enum<BlockStateModelGenerator.TintType>
- Mappings:
Namespace Name named net/minecraft/data/client/BlockStateModelGenerator$TintTypeintermediary net/minecraft/class_4910$class_4913official ob$e
-
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.static BlockStateModelGenerator.TintType[]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/data/client/BlockStateModelGenerator$TintType;TINTED:Lnet/minecraft/data/client/BlockStateModelGenerator$TintType;intermediary field_22839Lnet/minecraft/class_4910$class_4913;field_22839:Lnet/minecraft/class_4910$class_4913;official aLob$e;a:Lob$e;
-
NOT_TINTED
- Mappings:
Namespace Name Mixin selector named NOT_TINTEDLnet/minecraft/data/client/BlockStateModelGenerator$TintType;NOT_TINTED:Lnet/minecraft/data/client/BlockStateModelGenerator$TintType;intermediary field_22840Lnet/minecraft/class_4910$class_4913;field_22840:Lnet/minecraft/class_4910$class_4913;official bLob$e;b:Lob$e;
-
-
Constructor Details
-
TintType
private TintType()
-
-
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/data/client/BlockStateModelGenerator$TintType;getCrossModel()Lnet/minecraft/data/client/Model;intermediary method_25726Lnet/minecraft/class_4910$class_4913;method_25726()Lnet/minecraft/class_4942;official aLob$e;a()Lor;
-
getFlowerPotCrossModel
- Mappings:
Namespace Name Mixin selector named getFlowerPotCrossModelLnet/minecraft/data/client/BlockStateModelGenerator$TintType;getFlowerPotCrossModel()Lnet/minecraft/data/client/Model;intermediary method_25727Lnet/minecraft/class_4910$class_4913;method_25727()Lnet/minecraft/class_4942;official bLob$e;b()Lor;
-