Package net.minecraft

Record Class class_9768

java.lang.Object
java.lang.Record
net.minecraft.class_9768
Record Components:
steps -

public record class_9768(ImmutableList<class_9770> steps) extends Record
Mappings:
Namespace Name
named net/minecraft/class_9768
intermediary net/minecraft/class_9768
official dvg
named steps
intermediary comp_2802
official c
  • Field Details

    • steps

      private final ImmutableList<class_9770> steps
      The field for the steps record component.
    • field_51900

      public static final class_9768 field_51900
      Mappings:
      Namespace Name Mixin selector
      named field_51900 Lnet/minecraft/class_9768;field_51900:Lnet/minecraft/class_9768;
      intermediary field_51900 Lnet/minecraft/class_9768;field_51900:Lnet/minecraft/class_9768;
      official a Ldvg;a:Ldvg;
    • field_51901

      public static final class_9768 field_51901
      Mappings:
      Namespace Name Mixin selector
      named field_51901 Lnet/minecraft/class_9768;field_51901:Lnet/minecraft/class_9768;
      intermediary field_51901 Lnet/minecraft/class_9768;field_51901:Lnet/minecraft/class_9768;
      official b Ldvg;b:Ldvg;
  • Constructor Details

  • Method Details

    • method_60518

      public class_9770 method_60518(ChunkStatus chunkStatus)
      Mappings:
      Namespace Name Mixin selector
      named method_60518 Lnet/minecraft/class_9768;method_60518(Lnet/minecraft/world/chunk/ChunkStatus;)Lnet/minecraft/class_9770;
      intermediary method_60518 Lnet/minecraft/class_9768;method_60518(Lnet/minecraft/class_2806;)Lnet/minecraft/class_9770;
      official a Ldvg;a(Ldvh;)Ldvk;
    • 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. All components in this record class are compared with Objects::equals(Object,Object).
      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.
    • steps

      public ImmutableList<class_9770> steps()
      Returns the value of the steps record component.
      Returns:
      the value of the steps record component