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
  • Field Details

  • Constructor Details

  • 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

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      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 with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • depth

      public int depth()
      Returns the value of the depth record component.
      Returns:
      the value of the depth record component
    • returnValueConsumer

      public class_8935 returnValueConsumer()
      Returns the value of the returnValueConsumer record component.
      Returns:
      the value of the returnValueConsumer record component
    • frameControl

      public class_8937.class_8938 frameControl()
      Returns the value of the frameControl record component.
      Returns:
      the value of the frameControl record component