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_9770intermediary net/minecraft/class_9770official dvknamed targetStatusintermediary comp_2803official anamed directDependenciesintermediary comp_2804official bnamed accumulatedDependenciesintermediary comp_2805official cnamed blockStateWriteRadiusintermediary comp_2806official dnamed taskintermediary comp_2807official e
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final class_9767The field for theaccumulatedDependenciesrecord component.private final intThe field for theblockStateWriteRadiusrecord component.private final class_9767The field for thedirectDependenciesrecord component.private final ChunkStatusThe field for thetargetStatusrecord component.private final GenerationTaskThe field for thetaskrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_9770(ChunkStatus chunkStatus, class_9767 class_9767, class_9767 class_97672, int int2, GenerationTask generationTask) -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theaccumulatedDependenciesrecord component.intReturns the value of theblockStateWriteRadiusrecord component.Returns the value of thedirectDependenciesrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.private Chunkmethod_60558(Chunk chunk, @Nullable Finishable finishable) intmethod_60559(ChunkStatus chunkStatus) method_60560(ChunkGenerationContext chunkGenerationContext, class_9762<class_9761> class_9762, Chunk chunk) Returns the value of thetargetStatusrecord component.task()Returns the value of thetaskrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
targetStatus
The field for thetargetStatusrecord component. -
directDependencies
The field for thedirectDependenciesrecord component. -
accumulatedDependencies
The field for theaccumulatedDependenciesrecord component. -
blockStateWriteRadius
private final int blockStateWriteRadiusThe field for theblockStateWriteRadiusrecord component. -
task
The field for thetaskrecord component.
-
-
Constructor Details
-
class_9770
public class_9770(ChunkStatus chunkStatus, class_9767 class_9767, class_9767 class_97672, int int2, GenerationTask generationTask)
-
-
Method Details
-
method_60559
- Mappings:
Namespace Name Mixin selector named method_60559Lnet/minecraft/class_9770;method_60559(Lnet/minecraft/world/chunk/ChunkStatus;)Iintermediary method_60559Lnet/minecraft/class_9770;method_60559(Lnet/minecraft/class_2806;)Iofficial aLdvk;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_60560Lnet/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_60560Lnet/minecraft/class_9770;method_60560(Lnet/minecraft/class_9312;Lnet/minecraft/class_9762;Lnet/minecraft/class_2791;)Ljava/util/concurrent/CompletableFuture;official aLdvk;a(Ldvm;Laza;Ldug;)Ljava/util/concurrent/CompletableFuture;
-
method_60558
- Mappings:
Namespace Name Mixin selector named method_60558Lnet/minecraft/class_9770;method_60558(Lnet/minecraft/world/chunk/Chunk;Lnet/minecraft/util/profiling/jfr/Finishable;)Lnet/minecraft/world/chunk/Chunk;intermediary method_60558Lnet/minecraft/class_9770;method_60558(Lnet/minecraft/class_2791;Lnet/minecraft/class_6613;)Lnet/minecraft/class_2791;official aLdvk;a(Ldug;Lbnd;)Ldug;
-
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 '=='. -
targetStatus
Returns the value of thetargetStatusrecord component.- Returns:
- the value of the
targetStatusrecord component
-
directDependencies
Returns the value of thedirectDependenciesrecord component.- Returns:
- the value of the
directDependenciesrecord component
-
accumulatedDependencies
Returns the value of theaccumulatedDependenciesrecord component.- Returns:
- the value of the
accumulatedDependenciesrecord component
-
blockStateWriteRadius
public int blockStateWriteRadius()Returns the value of theblockStateWriteRadiusrecord component.- Returns:
- the value of the
blockStateWriteRadiusrecord component
-
task
Returns the value of thetaskrecord component.- Returns:
- the value of the
taskrecord component
-