Record Class GlTransientMemory.PersistentMapping.Rotation
java.lang.Object
java.lang.Record
com.mojang.blaze3d.opengl.GlTransientMemory.PersistentMapping.Rotation
- All Implemented Interfaces:
Runnable
- Enclosing class:
GlTransientMemory.PersistentMapping
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.gpu()Returns the value of thegpurecord component.Returns the value of thegpuMappedrecord component.final inthashCode()Returns a hash code value for this object.voidrun()staging()Returns the value of thestagingrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
staging
The field for thestagingrecord component. -
gpu
The field for thegpurecord component. -
gpuMapped
The field for thegpuMappedrecord component.
-
-
Constructor Details
-
Rotation
-
-
Method Details
-
run
-
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). -
staging
Returns the value of thestagingrecord component.- Returns:
- the value of the
stagingrecord component
-
gpu
Returns the value of thegpurecord component.- Returns:
- the value of the
gpurecord component
-
gpuMapped
Returns the value of thegpuMappedrecord component.- Returns:
- the value of the
gpuMappedrecord component
-