Package net.minecraft
Record Class class_8937
java.lang.Object
java.lang.Record
net.minecraft.class_8937
- Record Components:
depth-returnValueConsumer-frameControl-
public record class_8937(int depth, class_8935 returnValueConsumer, class_8937.class_8938 frameControl)
extends Record
- Mappings:
Namespace Name official gqintermediary net/minecraft/class_8937named net/minecraft/class_8937official aintermediary comp_2022named depthofficial bintermediary comp_2023named returnValueConsumerofficial cintermediary comp_2024named frameControl
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intThe field for thedepthrecord component.private final class_8937.class_8938The field for theframeControlrecord component.private final class_8935The field for thereturnValueConsumerrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_8937(int int2, class_8935 class_8935, class_8937.class_8938 class_8938) -
Method Summary
Modifier and TypeMethodDescriptionintdepth()Returns the value of thedepthrecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of theframeControlrecord component.final inthashCode()Returns a hash code value for this object.voidvoidmethod_54895(int int2) voidReturns the value of thereturnValueConsumerrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
depth
private final int depthThe field for thedepthrecord component. -
returnValueConsumer
The field for thereturnValueConsumerrecord component. -
frameControl
The field for theframeControlrecord component.
-
-
Constructor Details
-
class_8937
-
-
Method Details
-
method_54895
public void method_54895(int int2) - Mappings:
Namespace Name Mixin selector official aLgq;a(I)Vintermediary method_54895Lnet/minecraft/class_8937;method_54895(I)Vnamed method_54895Lnet/minecraft/class_8937;method_54895(I)V
-
method_54894
public void method_54894()- Mappings:
Namespace Name Mixin selector official aLgq;a()Vintermediary method_54894Lnet/minecraft/class_8937;method_54894()Vnamed method_54894Lnet/minecraft/class_8937;method_54894()V
-
method_54896
public void method_54896()- Mappings:
Namespace Name Mixin selector official bLgq;b()Vintermediary method_54896Lnet/minecraft/class_8937;method_54896()Vnamed method_54896Lnet/minecraft/class_8937;method_54896()V
-
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 '=='. -
depth
public int depth()Returns the value of thedepthrecord component.- Returns:
- the value of the
depthrecord component
-
returnValueConsumer
Returns the value of thereturnValueConsumerrecord component.- Returns:
- the value of the
returnValueConsumerrecord component
-
frameControl
Returns the value of theframeControlrecord component.- Returns:
- the value of the
frameControlrecord component
-