Record Class SubmitNodeStorage.FlameSubmit
java.lang.Object
java.lang.Record
net.minecraft.client.renderer.SubmitNodeStorage.FlameSubmit
- Enclosing class:
SubmitNodeStorage
public static record SubmitNodeStorage.FlameSubmit(PoseStack.Pose pose, EntityRenderState entityRenderState, Quaternionf rotation)
extends Record
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final EntityRenderStateThe field for theentityRenderStaterecord component.private final PoseStack.PoseThe field for theposerecord component.private final QuaternionfThe field for therotationrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionFlameSubmit(PoseStack.Pose pose, EntityRenderState entityRenderState, Quaternionf rotation) Creates an instance of aFlameSubmitrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theentityRenderStaterecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.pose()Returns the value of theposerecord component.rotation()Returns the value of therotationrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
pose
The field for theposerecord component. -
entityRenderState
The field for theentityRenderStaterecord component. -
rotation
The field for therotationrecord component.
-
-
Constructor Details
-
FlameSubmit
Creates an instance of aFlameSubmitrecord class.- Parameters:
pose- the value for theposerecord componententityRenderState- the value for theentityRenderStaterecord componentrotation- the value for therotationrecord component
-
-
Method Details
-
toString
-
hashCode
-
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. All components in this record class are compared withObjects::equals(Object,Object). -
pose
Returns the value of theposerecord component.- Returns:
- the value of the
poserecord component
-
entityRenderState
Returns the value of theentityRenderStaterecord component.- Returns:
- the value of the
entityRenderStaterecord component
-
rotation
Returns the value of therotationrecord component.- Returns:
- the value of the
rotationrecord component
-