Enum Class ItemModelGenerator.Side
java.lang.Object
java.lang.Enum<ItemModelGenerator.Side>
net.minecraft.client.render.model.json.ItemModelGenerator.Side
- All Implemented Interfaces:
Serializable,Comparable<ItemModelGenerator.Side>,Constable
- Enclosing class:
- ItemModelGenerator
- Mappings:
Namespace Name official bgp$bintermediary net/minecraft/class_2457$class_2459named net/minecraft/client/render/model/json/ItemModelGenerator$Side
-
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 TypeMethodDescriptionintintprivate booleanstatic ItemModelGenerator.SideReturns the enum constant of this class with the specified name.static ItemModelGenerator.Side[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UP
- Mappings:
Namespace Name Mixin selector official aLbgp$b;a:Lbgp$b;intermediary field_10960Lnet/minecraft/class_2457$class_2459;field_10960:Lnet/minecraft/class_2457$class_2459;named UPLnet/minecraft/client/render/model/json/ItemModelGenerator$Side;UP:Lnet/minecraft/client/render/model/json/ItemModelGenerator$Side;
-
DOWN
- Mappings:
Namespace Name Mixin selector official bLbgp$b;b:Lbgp$b;intermediary field_10961Lnet/minecraft/class_2457$class_2459;field_10961:Lnet/minecraft/class_2457$class_2459;named DOWNLnet/minecraft/client/render/model/json/ItemModelGenerator$Side;DOWN:Lnet/minecraft/client/render/model/json/ItemModelGenerator$Side;
-
LEFT
- Mappings:
Namespace Name Mixin selector official cLbgp$b;c:Lbgp$b;intermediary field_10962Lnet/minecraft/class_2457$class_2459;field_10962:Lnet/minecraft/class_2457$class_2459;named LEFTLnet/minecraft/client/render/model/json/ItemModelGenerator$Side;LEFT:Lnet/minecraft/client/render/model/json/ItemModelGenerator$Side;
-
RIGHT
- Mappings:
Namespace Name Mixin selector official dLbgp$b;d:Lbgp$b;intermediary field_10963Lnet/minecraft/class_2457$class_2459;field_10963:Lnet/minecraft/class_2457$class_2459;named RIGHTLnet/minecraft/client/render/model/json/ItemModelGenerator$Side;RIGHT:Lnet/minecraft/client/render/model/json/ItemModelGenerator$Side;
-
-
Field Details
-
field_10964
- Mappings:
Namespace Name Mixin selector official eLbgp$b;e:Lcq;intermediary field_10964Lnet/minecraft/class_2457$class_2459;field_10964:Lnet/minecraft/class_1354;named field_10964Lnet/minecraft/client/render/model/json/ItemModelGenerator$Side;field_10964:Lnet/minecraft/util/math/Direction;
-
offsetX
private final int offsetX- Mappings:
Namespace Name Mixin selector official fLbgp$b;f:Iintermediary field_10965Lnet/minecraft/class_2457$class_2459;field_10965:Inamed offsetXLnet/minecraft/client/render/model/json/ItemModelGenerator$Side;offsetX:I
-
offsetY
private final int offsetY- Mappings:
Namespace Name Mixin selector official gLbgp$b;g:Iintermediary field_10966Lnet/minecraft/class_2457$class_2459;field_10966:Inamed offsetYLnet/minecraft/client/render/model/json/ItemModelGenerator$Side;offsetY:I
-
-
Constructor Details
-
Side
-
-
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
-
getDirection
- Mappings:
Namespace Name Mixin selector official aLbgp$b;a()Lcq;intermediary method_10075Lnet/minecraft/class_2457$class_2459;method_10075()Lnet/minecraft/class_1354;named getDirectionLnet/minecraft/client/render/model/json/ItemModelGenerator$Side;getDirection()Lnet/minecraft/util/math/Direction;
-
getOffsetX
public int getOffsetX()- Mappings:
Namespace Name Mixin selector official bLbgp$b;b()Iintermediary method_10077Lnet/minecraft/class_2457$class_2459;method_10077()Inamed getOffsetXLnet/minecraft/client/render/model/json/ItemModelGenerator$Side;getOffsetX()I
-
getOffsetY
public int getOffsetY()- Mappings:
Namespace Name Mixin selector official cLbgp$b;c()Iintermediary method_10078Lnet/minecraft/class_2457$class_2459;method_10078()Inamed getOffsetYLnet/minecraft/client/render/model/json/ItemModelGenerator$Side;getOffsetY()I
-
isVertical
private boolean isVertical()- Mappings:
Namespace Name Mixin selector official dLbgp$b;d()Zintermediary method_10079Lnet/minecraft/class_2457$class_2459;method_10079()Znamed isVerticalLnet/minecraft/client/render/model/json/ItemModelGenerator$Side;isVertical()Z
-