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 gq
intermediary net/minecraft/class_8937
named net/minecraft/class_8937
official a
intermediary comp_2022
named depth
official b
intermediary comp_2023
named returnValueConsumer
official c
intermediary comp_2024
named frameControl
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
The field for thedepth
record component.private final class_8937.class_8938
The field for theframeControl
record component.private final class_8935
The field for thereturnValueConsumer
record component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_8937
(int int2, class_8935 class_8935, class_8937.class_8938 class_8938) -
Method Summary
Modifier and TypeMethodDescriptionint
depth()
Returns the value of thedepth
record component.final boolean
Indicates whether some other object is "equal to" this one.Returns the value of theframeControl
record component.final int
hashCode()
Returns a hash code value for this object.void
void
method_54895
(int int2) void
Returns the value of thereturnValueConsumer
record component.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
depth
private final int depthThe field for thedepth
record component. -
returnValueConsumer
The field for thereturnValueConsumer
record component. -
frameControl
The field for theframeControl
record component.
-
-
Constructor Details
-
class_8937
-
-
Method Details
-
method_54895
public void method_54895(int int2) - Mappings:
Namespace Name Mixin selector official a
Lgq;a(I)V
intermediary method_54895
Lnet/minecraft/class_8937;method_54895(I)V
named method_54895
Lnet/minecraft/class_8937;method_54895(I)V
-
method_54894
public void method_54894()- Mappings:
Namespace Name Mixin selector official a
Lgq;a()V
intermediary method_54894
Lnet/minecraft/class_8937;method_54894()V
named method_54894
Lnet/minecraft/class_8937;method_54894()V
-
method_54896
public void method_54896()- Mappings:
Namespace Name Mixin selector official b
Lgq;b()V
intermediary method_54896
Lnet/minecraft/class_8937;method_54896()V
named method_54896
Lnet/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 thedepth
record component.- Returns:
- the value of the
depth
record component
-
returnValueConsumer
Returns the value of thereturnValueConsumer
record component.- Returns:
- the value of the
returnValueConsumer
record component
-
frameControl
Returns the value of theframeControl
record component.- Returns:
- the value of the
frameControl
record component
-