JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
float
get (float fromX,
float fromY,
float fromZ,
float toX,
float toY,
float toZ)
float
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
MIN_X
Mappings:
Namespace
Name
Mixin selector
named
MIN_X
Lnet/minecraft/client/render/model/CubeFace$CornerCoord;MIN_X:Lnet/minecraft/client/render/model/CubeFace$CornerCoord;
intermediary
field_64559
Lnet/minecraft/class_753$class_12350;field_64559:Lnet/minecraft/class_753$class_12350;
official
a
Lhoa$a;a:Lhoa$a;
MIN_Y
Mappings:
Namespace
Name
Mixin selector
named
MIN_Y
Lnet/minecraft/client/render/model/CubeFace$CornerCoord;MIN_Y:Lnet/minecraft/client/render/model/CubeFace$CornerCoord;
intermediary
field_64560
Lnet/minecraft/class_753$class_12350;field_64560:Lnet/minecraft/class_753$class_12350;
official
b
Lhoa$a;b:Lhoa$a;
MIN_Z
Mappings:
Namespace
Name
Mixin selector
named
MIN_Z
Lnet/minecraft/client/render/model/CubeFace$CornerCoord;MIN_Z:Lnet/minecraft/client/render/model/CubeFace$CornerCoord;
intermediary
field_64561
Lnet/minecraft/class_753$class_12350;field_64561:Lnet/minecraft/class_753$class_12350;
official
c
Lhoa$a;c:Lhoa$a;
MAX_X
Mappings:
Namespace
Name
Mixin selector
named
MAX_X
Lnet/minecraft/client/render/model/CubeFace$CornerCoord;MAX_X:Lnet/minecraft/client/render/model/CubeFace$CornerCoord;
intermediary
field_64562
Lnet/minecraft/class_753$class_12350;field_64562:Lnet/minecraft/class_753$class_12350;
official
d
Lhoa$a;d:Lhoa$a;
MAX_Y
Mappings:
Namespace
Name
Mixin selector
named
MAX_Y
Lnet/minecraft/client/render/model/CubeFace$CornerCoord;MAX_Y:Lnet/minecraft/client/render/model/CubeFace$CornerCoord;
intermediary
field_64563
Lnet/minecraft/class_753$class_12350;field_64563:Lnet/minecraft/class_753$class_12350;
official
e
Lhoa$a;e:Lhoa$a;
MAX_Z
Mappings:
Namespace
Name
Mixin selector
named
MAX_Z
Lnet/minecraft/client/render/model/CubeFace$CornerCoord;MAX_Z:Lnet/minecraft/client/render/model/CubeFace$CornerCoord;
intermediary
field_64564
Lnet/minecraft/class_753$class_12350;field_64564:Lnet/minecraft/class_753$class_12350;
official
f
Lhoa$a;f:Lhoa$a;
Constructor Details
CornerCoord
private CornerCoord ()
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
get
Mappings:
Namespace
Name
Mixin selector
named
get
Lnet/minecraft/client/render/model/CubeFace$CornerCoord;get(Lorg/joml/Vector3fc;Lorg/joml/Vector3fc;)F
intermediary
method_76645
Lnet/minecraft/class_753$class_12350;method_76645(Lorg/joml/Vector3fc;Lorg/joml/Vector3fc;)F
official
a
Lhoa$a;a(Lorg/joml/Vector3fc;Lorg/joml/Vector3fc;)F
get
public float get (float fromX,
float fromY,
float fromZ,
float toX,
float toY,
float toZ)
Mappings:
Namespace
Name
Mixin selector
named
get
Lnet/minecraft/client/render/model/CubeFace$CornerCoord;get(FFFFFF)F
intermediary
method_76644
Lnet/minecraft/class_753$class_12350;method_76644(FFFFFF)F
official
a
Lhoa$a;a(FFFFFF)F