Package net.minecraft
Record Class class_12225.class_12227
java.lang.Object
java.lang.Record
net.minecraft.class_12225.class_12227
- Record Components:
pose-opacity-scissor-
- Enclosing interface:
class_12225
@Environment(CLIENT)
public static record class_12225.class_12227(Matrix3x2fc pose, float opacity, @Nullable ScreenRect scissor)
extends Record
- Mappings:
Namespace Name named net/minecraft/class_12225$class_12227intermediary net/minecraft/class_12225$class_12227official gfx$bnamed poseintermediary comp_5151official anamed opacityintermediary comp_5152official bnamed scissorintermediary comp_5153official c
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final floatThe field for theopacityrecord component.private final Matrix3x2fcThe field for theposerecord component.private final @Nullable ScreenRectThe field for thescissorrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_12227(Matrix3x2fc matrix3x2fc) class_12227(Matrix3x2fc pose, float opacity, @Nullable ScreenRect scissor) Creates an instance of aclass_12227record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.method_75778(float float2) method_75779(int int2, int int3, int int4, int int5) method_75780(ScreenRect screenRect) method_75781(Matrix3x2fc matrix3x2fc) method_75782(float float2) floatopacity()Returns the value of theopacityrecord component.pose()Returns the value of theposerecord component.scissor()Returns the value of thescissorrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
Constructor Details
-
Method Details
-
method_75781
- Mappings:
Namespace Name Mixin selector named method_75781Lnet/minecraft/class_12225$class_12227;method_75781(Lorg/joml/Matrix3x2fc;)Lnet/minecraft/class_12225$class_12227;intermediary method_75781Lnet/minecraft/class_12225$class_12227;method_75781(Lorg/joml/Matrix3x2fc;)Lnet/minecraft/class_12225$class_12227;official aLgfx$b;a(Lorg/joml/Matrix3x2fc;)Lgfx$b;
-
method_75778
- Mappings:
Namespace Name Mixin selector named method_75778Lnet/minecraft/class_12225$class_12227;method_75778(F)Lnet/minecraft/class_12225$class_12227;intermediary method_75778Lnet/minecraft/class_12225$class_12227;method_75778(F)Lnet/minecraft/class_12225$class_12227;official aLgfx$b;a(F)Lgfx$b;
-
method_75782
- Mappings:
Namespace Name Mixin selector named method_75782Lnet/minecraft/class_12225$class_12227;method_75782(F)Lnet/minecraft/class_12225$class_12227;intermediary method_75782Lnet/minecraft/class_12225$class_12227;method_75782(F)Lnet/minecraft/class_12225$class_12227;official bLgfx$b;b(F)Lgfx$b;
-
method_75780
- Mappings:
Namespace Name Mixin selector named method_75780Lnet/minecraft/class_12225$class_12227;method_75780(Lnet/minecraft/client/gui/ScreenRect;)Lnet/minecraft/class_12225$class_12227;intermediary method_75780Lnet/minecraft/class_12225$class_12227;method_75780(Lnet/minecraft/class_8030;)Lnet/minecraft/class_12225$class_12227;official aLgfx$b;a(Lgmy;)Lgfx$b;
-
method_75779
- Mappings:
Namespace Name Mixin selector named method_75779Lnet/minecraft/class_12225$class_12227;method_75779(IIII)Lnet/minecraft/class_12225$class_12227;intermediary method_75779Lnet/minecraft/class_12225$class_12227;method_75779(IIII)Lnet/minecraft/class_12225$class_12227;official aLgfx$b;a(IIII)Lgfx$b;
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
pose
Returns the value of theposerecord component.- Returns:
- the value of the
poserecord component
-
opacity
public float opacity()Returns the value of theopacityrecord component.- Returns:
- the value of the
opacityrecord component
-
scissor
Returns the value of thescissorrecord component.- Returns:
- the value of the
scissorrecord component
-