Package net.minecraft

Record Class class_9770

java.lang.Object
java.lang.Record
net.minecraft.class_9770
Record Components:
targetStatus -
directDependencies -
accumulatedDependencies -
blockStateWriteRadius -
task -

public record class_9770(ChunkStatus targetStatus, class_9767 directDependencies, class_9767 accumulatedDependencies, int blockStateWriteRadius, GenerationTask task) extends Record
Mappings:
Namespace Name
named net/minecraft/class_9770
intermediary net/minecraft/class_9770
official dvk
named targetStatus
intermediary comp_2803
official a
named directDependencies
intermediary comp_2804
official b
named accumulatedDependencies
intermediary comp_2805
official c
named blockStateWriteRadius
intermediary comp_2806
official d
named task
intermediary comp_2807
official e
  • Field Details

  • Constructor Details

  • Method Details

    • method_60559

      public int method_60559(ChunkStatus chunkStatus)
      Mappings:
      Namespace Name Mixin selector
      named method_60559 Lnet/minecraft/class_9770;method_60559(Lnet/minecraft/world/chunk/ChunkStatus;)I
      intermediary method_60559 Lnet/minecraft/class_9770;method_60559(Lnet/minecraft/class_2806;)I
      official a Ldvk;a(Ldvh;)I
    • method_60560

      public CompletableFuture<Chunk> method_60560(ChunkGenerationContext chunkGenerationContext, class_9762<class_9761> class_9762, Chunk chunk)
      Mappings:
      Namespace Name Mixin selector
      named method_60560 Lnet/minecraft/class_9770;method_60560(Lnet/minecraft/world/chunk/ChunkGenerationContext;Lnet/minecraft/class_9762;Lnet/minecraft/world/chunk/Chunk;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_60560 Lnet/minecraft/class_9770;method_60560(Lnet/minecraft/class_9312;Lnet/minecraft/class_9762;Lnet/minecraft/class_2791;)Ljava/util/concurrent/CompletableFuture;
      official a Ldvk;a(Ldvm;Laza;Ldug;)Ljava/util/concurrent/CompletableFuture;
    • method_60558

      private Chunk method_60558(Chunk chunk, @Nullable @Nullable Finishable finishable)
      Mappings:
      Namespace Name Mixin selector
      named method_60558 Lnet/minecraft/class_9770;method_60558(Lnet/minecraft/world/chunk/Chunk;Lnet/minecraft/util/profiling/jfr/Finishable;)Lnet/minecraft/world/chunk/Chunk;
      intermediary method_60558 Lnet/minecraft/class_9770;method_60558(Lnet/minecraft/class_2791;Lnet/minecraft/class_6613;)Lnet/minecraft/class_2791;
      official a Ldvk;a(Ldug;Lbnd;)Ldug;
    • 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.
    • targetStatus

      public ChunkStatus targetStatus()
      Returns the value of the targetStatus record component.
      Returns:
      the value of the targetStatus record component
    • directDependencies

      public class_9767 directDependencies()
      Returns the value of the directDependencies record component.
      Returns:
      the value of the directDependencies record component
    • accumulatedDependencies

      public class_9767 accumulatedDependencies()
      Returns the value of the accumulatedDependencies record component.
      Returns:
      the value of the accumulatedDependencies record component
    • blockStateWriteRadius

      public int blockStateWriteRadius()
      Returns the value of the blockStateWriteRadius record component.
      Returns:
      the value of the blockStateWriteRadius record component
    • task

      public GenerationTask task()
      Returns the value of the task record component.
      Returns:
      the value of the task record component