Record Class BatchingEntityRenderCommandQueue.class_11744<S>
java.lang.Object
java.lang.Record
net.minecraft.client.render.entity.command.BatchingEntityRenderCommandQueue.class_11744<S>
- Record Components:
modelSubmit-renderType-order-position-
- Enclosing class:
BatchingEntityRenderCommandQueue
@Environment(CLIENT)
public static record BatchingEntityRenderCommandQueue.class_11744<S>(BatchingEntityRenderCommandQueue.ModelCommand<S> modelSubmit, RenderLayer renderType, int order, Vector3f position)
extends Record
- Mappings:
Namespace Name named net/minecraft/client/render/entity/command/BatchingEntityRenderCommandQueue$class_11744intermediary net/minecraft/class_11661$class_11744official hca$nnamed modelSubmitintermediary comp_4615official anamed renderTypeintermediary comp_4616official bnamed orderintermediary comp_4617official cnamed positionintermediary comp_4618official d
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BatchingEntityRenderCommandQueue.ModelCommand<S> The field for themodelSubmitrecord component.private final intThe field for theorderrecord component.private final Vector3fThe field for thepositionrecord component.private final RenderLayerThe field for therenderTyperecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_11744(BatchingEntityRenderCommandQueue.ModelCommand<S> modelCommand, RenderLayer renderLayer, int int2, Vector3f vector3f) -
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.Returns the value of themodelSubmitrecord component.intorder()Returns the value of theorderrecord component.position()Returns the value of thepositionrecord component.Returns the value of therenderTyperecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
modelSubmit
The field for themodelSubmitrecord component. -
renderType
The field for therenderTyperecord component. -
order
private final int orderThe field for theorderrecord component. -
position
The field for thepositionrecord component.
-
-
Constructor Details
-
class_11744
public class_11744(BatchingEntityRenderCommandQueue.ModelCommand<S> modelCommand, RenderLayer renderLayer, int int2, Vector3f vector3f)
-
-
Method Details
-
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 '=='. -
modelSubmit
Returns the value of themodelSubmitrecord component.- Returns:
- the value of the
modelSubmitrecord component
-
renderType
Returns the value of therenderTyperecord component.- Returns:
- the value of the
renderTyperecord component
-
order
public int order()Returns the value of theorderrecord component.- Returns:
- the value of the
orderrecord component
-
position
Returns the value of thepositionrecord component.- Returns:
- the value of the
positionrecord component
-