Package net.minecraft
Record Class class_11661.class_11665
java.lang.Object
java.lang.Record
net.minecraft.class_11661.class_11665
- Record Components:
pose-fallingBlockRenderState-
- Enclosing class:
class_11661
@Environment(CLIENT)
public static record class_11661.class_11665(Matrix4f pose, FallingBlockEntityRenderState fallingBlockRenderState)
extends Record
- Mappings:
Namespace Name named net/minecraft/class_11661$class_11665intermediary net/minecraft/class_11661$class_11665official hbe$dnamed poseintermediary comp_4490official anamed fallingBlockRenderStateintermediary comp_4491official b
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FallingBlockEntityRenderStateThe field for thefallingBlockRenderStaterecord component.private final Matrix4fThe field for theposerecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_11665(Matrix4f matrix4f, FallingBlockEntityRenderState fallingBlockEntityRenderState) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of thefallingBlockRenderStaterecord component.final inthashCode()Returns a hash code value for this object.pose()Returns the value of theposerecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
pose
The field for theposerecord component. -
fallingBlockRenderState
The field for thefallingBlockRenderStaterecord component.
-
-
Constructor Details
-
class_11665
-
-
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. 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
-
fallingBlockRenderState
Returns the value of thefallingBlockRenderStaterecord component.- Returns:
- the value of the
fallingBlockRenderStaterecord component
-