Record Class BlockEntityRenderBoundsDebugRenderer.BlockEntityRenderBoundsRenderState
java.lang.Object
java.lang.Record
net.neoforged.neoforge.client.BlockEntityRenderBoundsDebugRenderer.BlockEntityRenderBoundsRenderState
- Enclosing class:
BlockEntityRenderBoundsDebugRenderer
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateBlockEntityRenderBoundsRenderState(BlockPos pos, AABB bounds) Creates an instance of aBlockEntityRenderBoundsRenderStaterecord class. -
Method Summary
Modifier and TypeMethodDescriptionbounds()Returns the value of theboundsrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.pos()Returns the value of theposrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
pos
The field for theposrecord component. -
bounds
The field for theboundsrecord component.
-
-
Constructor Details
-
BlockEntityRenderBoundsRenderState
-
-
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). -
pos
Returns the value of theposrecord component.- Returns:
- the value of the
posrecord component
-
bounds
Returns the value of theboundsrecord component.- Returns:
- the value of the
boundsrecord component
-