Enum JsonUnbakedModel.GuiLight
java.lang.Object
java.lang.Enum<JsonUnbakedModel.GuiLight>
net.minecraft.client.render.model.json.JsonUnbakedModel.GuiLight
- All Implemented Interfaces:
Serializable,Comparable<JsonUnbakedModel.GuiLight>,java.lang.constant.Constable
- Enclosing class:
- JsonUnbakedModel
@Environment(CLIENT) public static enum JsonUnbakedModel.GuiLight extends Enum<JsonUnbakedModel.GuiLight>
- Mappings:
Namespace Name official eip$bintermediary net/minecraft/class_793$class_4751named net/minecraft/client/render/model/json/JsonUnbakedModel$GuiLight
-
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 field_21858The model will be shaded from the front, like a basic itemfield_21859The model will be shaded from the side, like a block. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description static JsonUnbakedModel.GuiLightdeserialize(String value)booleanisSide()static JsonUnbakedModel.GuiLightvalueOf(String name)Returns the enum constant of this type with the specified name.static JsonUnbakedModel.GuiLight[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
field_21858
The model will be shaded from the front, like a basic item- Mappings:
Namespace Name Mixin selector official aLeip$b;a:Leip$b;intermediary field_21858Lnet/minecraft/class_793$class_4751;field_21858:Lnet/minecraft/class_793$class_4751;named field_21858Lnet/minecraft/client/render/model/json/JsonUnbakedModel$GuiLight;field_21858:Lnet/minecraft/client/render/model/json/JsonUnbakedModel$GuiLight;
-
field_21859
The model will be shaded from the side, like a block.- Mappings:
Namespace Name Mixin selector official bLeip$b;b:Leip$b;intermediary field_21859Lnet/minecraft/class_793$class_4751;field_21859:Lnet/minecraft/class_793$class_4751;named field_21859Lnet/minecraft/client/render/model/json/JsonUnbakedModel$GuiLight;field_21859:Lnet/minecraft/client/render/model/json/JsonUnbakedModel$GuiLight;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official cLeip$b;c:Ljava/lang/String;intermediary field_21860Lnet/minecraft/class_793$class_4751;field_21860:Ljava/lang/String;named nameLnet/minecraft/client/render/model/json/JsonUnbakedModel$GuiLight;name:Ljava/lang/String;
-
-
Constructor Details
-
GuiLight
- Mappings:
Namespace Name Mixin selector official <init>Leip$b;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_793$class_4751;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/client/render/model/json/JsonUnbakedModel$GuiLight;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
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
-
deserialize
- Mappings:
Namespace Name Mixin selector official aLeip$b;a(Ljava/lang/String;)Leip$b;intermediary method_24300Lnet/minecraft/class_793$class_4751;method_24300(Ljava/lang/String;)Lnet/minecraft/class_793$class_4751;named deserializeLnet/minecraft/client/render/model/json/JsonUnbakedModel$GuiLight;deserialize(Ljava/lang/String;)Lnet/minecraft/client/render/model/json/JsonUnbakedModel$GuiLight;
-
isSide
public boolean isSide()- Mappings:
Namespace Name Mixin selector official aLeip$b;a()Zintermediary method_24299Lnet/minecraft/class_793$class_4751;method_24299()Znamed isSideLnet/minecraft/client/render/model/json/JsonUnbakedModel$GuiLight;isSide()Z
-