JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
The model will be shaded from the side, like a block.
The model will be shaded from the front, like a basic item
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
boolean
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
ITEM
The model will be shaded from the front, like a basic item
Mappings:
Namespace
Name
Mixin selector
named
ITEM
Lnet/minecraft/client/render/model/UnbakedModel$GuiLight;ITEM:Lnet/minecraft/client/render/model/UnbakedModel$GuiLight;
intermediary
field_21858
Lnet/minecraft/class_1100$class_4751;field_21858:Lnet/minecraft/class_1100$class_4751;
official
a
Lhum$a;a:Lhum$a;
BLOCK
The model will be shaded from the side, like a block.
Mappings:
Namespace
Name
Mixin selector
named
BLOCK
Lnet/minecraft/client/render/model/UnbakedModel$GuiLight;BLOCK:Lnet/minecraft/client/render/model/UnbakedModel$GuiLight;
intermediary
field_21859
Lnet/minecraft/class_1100$class_4751;field_21859:Lnet/minecraft/class_1100$class_4751;
official
b
Lhum$a;b:Lhum$a;
Field Details
name
Mappings:
Namespace
Name
Mixin selector
named
name
Lnet/minecraft/client/render/model/UnbakedModel$GuiLight;name:Ljava/lang/String;
intermediary
field_21860
Lnet/minecraft/class_1100$class_4751;field_21860:Ljava/lang/String;
official
c
Lhum$a;c:Ljava/lang/String;
Constructor Details
GuiLight
Mappings:
Namespace
Name
Mixin selector
named
<init>
Lnet/minecraft/client/render/model/UnbakedModel$GuiLight;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary
<init>
Lnet/minecraft/class_1100$class_4751;<init>(Ljava/lang/String;ILjava/lang/String;)V
official
<init>
Lhum$a;<init>(Ljava/lang/String;ILjava/lang/String;)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 name
NullPointerException
- if the argument is null
byName
Mappings:
Namespace
Name
Mixin selector
named
byName
Lnet/minecraft/client/render/model/UnbakedModel$GuiLight;byName(Ljava/lang/String;)Lnet/minecraft/client/render/model/UnbakedModel$GuiLight;
intermediary
method_24300
Lnet/minecraft/class_1100$class_4751;method_24300(Ljava/lang/String;)Lnet/minecraft/class_1100$class_4751;
official
a
Lhum$a;a(Ljava/lang/String;)Lhum$a;
isSide
public boolean isSide ()
Mappings:
Namespace
Name
Mixin selector
named
isSide
Lnet/minecraft/client/render/model/UnbakedModel$GuiLight;isSide()Z
intermediary
method_24299
Lnet/minecraft/class_1100$class_4751;method_24299()Z
official
a
Lhum$a;a()Z