Uses of Class
net.minecraft.world.level.chunk.status.ChunkStatus
Packages that use ChunkStatus
Package
Description
-
Uses of ChunkStatus in net.minecraft.client.gui.screens
Fields in net.minecraft.client.gui.screens with type parameters of type ChunkStatusModifier and TypeFieldDescriptionprivate static final it.unimi.dsi.fastutil.objects.Object2IntMap<ChunkStatus> LevelLoadingScreen.COLORS -
Uses of ChunkStatus in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ChunkStatusModifier and TypeMethodDescriptionClientChunkCache.getChunk(int x, int z, ChunkStatus chunkStatus, boolean requireChunk) -
Uses of ChunkStatus in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type ChunkStatusModifier and TypeFieldDescriptionstatic final DefaultedRegistry<ChunkStatus> BuiltInRegistries.CHUNK_STATUSstatic final ResourceKey<Registry<ChunkStatus>> Registries.CHUNK_STATUS -
Uses of ChunkStatus in net.minecraft.server.level
Fields in net.minecraft.server.level declared as ChunkStatusModifier and TypeFieldDescriptionprivate ChunkStatusGenerationChunkHolder.highestAllowedStatusprivate final ChunkStatus[]ServerChunkCache.lastChunkStatusprivate ChunkStatusChunkGenerationTask.scheduledStatusfinal ChunkStatusChunkGenerationTask.targetStatusFields in net.minecraft.server.level with type parameters of type ChunkStatusModifier and TypeFieldDescriptionprivate static final List<ChunkStatus> GenerationChunkHolder.CHUNK_STATUSESprivate static final List<ChunkStatus> ServerChunkCache.CHUNK_STATUSESprivate final AtomicReference<ChunkStatus> GenerationChunkHolder.startedWorkMethods in net.minecraft.server.level that return ChunkStatusModifier and TypeMethodDescriptionprivate ChunkStatusGenerationChunkHolder.findHighestStatusWithPendingFuture(ChunkStatus generationStatus) static ChunkStatusChunkLevel.generationStatus(int level) GenerationChunkHolder.getLatestStatus()GenerationChunkHolder.getPersistedStatus()static ChunkStatusChunkLevel.getStatusAroundFullChunk(int distance) static ChunkStatusChunkLevel.getStatusAroundFullChunk(int distance, ChunkStatus chunkStatus) Methods in net.minecraft.server.level that return types with arguments of type ChunkStatusModifier and TypeMethodDescriptionList<com.mojang.datafixers.util.Pair<ChunkStatus, CompletableFuture<ChunkResult<ChunkAccess>>>> GenerationChunkHolder.getAllFutures()Methods in net.minecraft.server.level with parameters of type ChunkStatusModifier and TypeMethodDescriptionprivate booleanGenerationChunkHolder.acquireStatusBump(ChunkStatus status) static intChunkLevel.byStatus(ChunkStatus status) private voidGenerationChunkHolder.completeFuture(ChunkStatus targetStatus, ChunkAccess chunkAccess) static ChunkGenerationTaskChunkGenerationTask.create(GeneratingChunkMap chunkMap, ChunkStatus targetStatus, ChunkPos pos) private voidGenerationChunkHolder.failAndClearPendingFuturesBetween(ChunkStatus highestAllowableStatus, ChunkStatus currentStatus) private ChunkStatusGenerationChunkHolder.findHighestStatusWithPendingFuture(ChunkStatus generationStatus) ServerChunkCache.getChunk(int x, int z, ChunkStatus chunkStatus, boolean requireChunk) WorldGenRegion.getChunk(int x, int z, ChunkStatus chunkStatus, boolean requireChunk) ServerChunkCache.getChunkFuture(int x, int z, ChunkStatus chunkStatus, boolean requireChunk) private CompletableFuture<ChunkResult<ChunkAccess>> ServerChunkCache.getChunkFutureMainThread(int x, int z, ChunkStatus chunkStatus, boolean requireChunk) GenerationChunkHolder.getChunkIfPresent(ChunkStatus status) GenerationChunkHolder.getChunkIfPresentUnchecked(ChunkStatus status) private CompletableFuture<ChunkResult<ChunkAccess>> GenerationChunkHolder.getOrCreateFuture(ChunkStatus targetStatus) private intChunkGenerationTask.getRadiusForLayer(ChunkStatus status, boolean needsGeneration) static ChunkStatusChunkLevel.getStatusAroundFullChunk(int distance, ChunkStatus chunkStatus) private booleanGenerationChunkHolder.isStatusDisallowed(ChunkStatus status) private voidGenerationChunkHolder.rescheduleChunkTask(ChunkMap chunkMap, ChunkStatus targetStatus) GenerationChunkHolder.scheduleChunkGenerationTask(ChunkStatus targetStatus, ChunkMap chunkMap) private booleanChunkGenerationTask.scheduleChunkInLayer(ChunkStatus status, boolean needsGeneration, GenerationChunkHolder chunk) ChunkMap.scheduleGenerationTask(ChunkStatus targetStatus, ChunkPos pos) GeneratingChunkMap.scheduleGenerationTask(ChunkStatus targetStatus, ChunkPos pos) private voidChunkGenerationTask.scheduleLayer(ChunkStatus status, boolean needsGeneration) private voidServerChunkCache.storeInCache(long chunkPos, ChunkAccess chunk, ChunkStatus chunkStatus) Method parameters in net.minecraft.server.level with type arguments of type ChunkStatusModifier and TypeMethodDescriptionprivate CompletableFuture<ChunkResult<List<ChunkAccess>>> ChunkMap.getChunkRangeFuture(ChunkHolder chunkHolder, int range, IntFunction<ChunkStatus> statusGetter) Constructors in net.minecraft.server.level with parameters of type ChunkStatusModifierConstructorDescriptionprivateChunkGenerationTask(GeneratingChunkMap chunkMap, ChunkStatus targetStatus, ChunkPos pos, StaticCache2D<GenerationChunkHolder> cache) -
Uses of ChunkStatus in net.minecraft.server.level.progress
Fields in net.minecraft.server.level.progress with type parameters of type ChunkStatusModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<ChunkStatus> StoringChunkProgressListener.statusesMethods in net.minecraft.server.level.progress that return ChunkStatusMethods in net.minecraft.server.level.progress with parameters of type ChunkStatusModifier and TypeMethodDescriptionvoidChunkProgressListener.onStatusChange(ChunkPos chunkPos, ChunkStatus chunkStatus) voidLoggerChunkProgressListener.onStatusChange(ChunkPos chunkPos, ChunkStatus chunkStatus) voidProcessorChunkProgressListener.onStatusChange(ChunkPos chunkPos, ChunkStatus chunkStatus) voidStoringChunkProgressListener.onStatusChange(ChunkPos chunkPos, ChunkStatus chunkStatus) -
Uses of ChunkStatus in net.minecraft.util.profiling.jfr.parse
Methods in net.minecraft.util.profiling.jfr.parse that return types with arguments of type ChunkStatusModifier and TypeMethodDescriptionList<com.mojang.datafixers.util.Pair<ChunkStatus, TimedStatSummary<ChunkGenStat>>> JfrStatsResult.chunkGenSummary() -
Uses of ChunkStatus in net.minecraft.util.profiling.jfr.serialize
Method parameters in net.minecraft.util.profiling.jfr.serialize with type arguments of type ChunkStatusModifier and TypeMethodDescriptionprivate com.google.gson.JsonElementJfrResultJsonSerializer.chunkGen(List<com.mojang.datafixers.util.Pair<ChunkStatus, TimedStatSummary<ChunkGenStat>>> summary) -
Uses of ChunkStatus in net.minecraft.util.profiling.jfr.stats
Fields in net.minecraft.util.profiling.jfr.stats declared as ChunkStatusModifier and TypeFieldDescriptionprivate final ChunkStatusChunkGenStat.statusThe field for thestatusrecord component.Methods in net.minecraft.util.profiling.jfr.stats that return ChunkStatusModifier and TypeMethodDescriptionChunkGenStat.status()Returns the value of thestatusrecord component.Constructors in net.minecraft.util.profiling.jfr.stats with parameters of type ChunkStatusModifierConstructorDescriptionChunkGenStat(Duration duration, ChunkPos chunkPos, ColumnPos worldPos, ChunkStatus status, String level) Creates an instance of aChunkGenStatrecord class. -
Uses of ChunkStatus in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type ChunkStatusModifier and TypeMethodDescriptionLevel.getChunk(int x, int z, ChunkStatus chunkStatus, boolean requireChunk) default ChunkAccessLevelReader.getChunk(int chunkX, int chunkZ, ChunkStatus chunkStatus) LevelReader.getChunk(int x, int z, ChunkStatus chunkStatus, boolean requireChunk) -
Uses of ChunkStatus in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk declared as ChunkStatusMethods in net.minecraft.world.level.chunk that return ChunkStatusModifier and TypeMethodDescriptionChunkAccess.getHighestGeneratedStatus()abstract ChunkStatusChunkAccess.getPersistedStatus()ImposterProtoChunk.getPersistedStatus()LevelChunk.getPersistedStatus()ProtoChunk.getPersistedStatus()Methods in net.minecraft.world.level.chunk with parameters of type ChunkStatusModifier and TypeMethodDescriptionabstract ChunkAccessChunkSource.getChunk(int x, int z, ChunkStatus chunkStatus, boolean requireChunk) voidImposterProtoChunk.setPersistedStatus(ChunkStatus status) voidProtoChunk.setPersistedStatus(ChunkStatus status) -
Uses of ChunkStatus in net.minecraft.world.level.chunk.status
Fields in net.minecraft.world.level.chunk.status declared as ChunkStatusModifier and TypeFieldDescriptionstatic final ChunkStatusChunkStatus.BIOMESstatic final ChunkStatusChunkStatus.CARVERSprivate ChunkStatus[]ChunkStep.Builder.directDependenciesByRadiusstatic final ChunkStatusChunkStatus.EMPTYstatic final ChunkStatusChunkStatus.FEATURESstatic final ChunkStatusChunkStatus.FULLstatic final ChunkStatusChunkStatus.INITIALIZE_LIGHTstatic final ChunkStatusChunkStatus.LIGHTstatic final ChunkStatusChunkStatus.NOISEprivate final ChunkStatusChunkStatus.parentstatic final ChunkStatusChunkStatus.SPAWNprivate final ChunkStatusChunkStep.Builder.statusstatic final ChunkStatusChunkStatus.STRUCTURE_REFERENCESstatic final ChunkStatusChunkStatus.STRUCTURE_STARTSstatic final ChunkStatusChunkStatus.SURFACEprivate final ChunkStatusChunkStep.targetStatusThe field for thetargetStatusrecord component.Fields in net.minecraft.world.level.chunk.status with type parameters of type ChunkStatusModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList<ChunkStatus> ChunkDependencies.dependencyByRadiusMethods in net.minecraft.world.level.chunk.status that return ChunkStatusModifier and TypeMethodDescriptionprivate ChunkStatus[]ChunkStep.Builder.buildAccumulatedDependencies()static ChunkStatusChunkDependencies.get(int radius) ChunkStatus.getParent()static ChunkStatusChunkStatus.max(ChunkStatus first, ChunkStatus second) private static ChunkStatusChunkStatus.register(String name, ChunkStatus parent, EnumSet<Heightmap.Types> heightmapsAfter, ChunkType chunkType) ChunkStep.targetStatus()Returns the value of thetargetStatusrecord component.Methods in net.minecraft.world.level.chunk.status that return types with arguments of type ChunkStatusModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<ChunkStatus> ChunkDependencies.asList()static List<ChunkStatus> ChunkStatus.getStatusList()Methods in net.minecraft.world.level.chunk.status with parameters of type ChunkStatusModifier and TypeMethodDescriptionChunkStep.Builder.addRequirement(ChunkStatus status, int radius) intChunkStep.getAccumulatedRadiusOf(ChunkStatus status) intChunkDependencies.getRadiusOf(ChunkStatus status) private intChunkStep.Builder.getRadiusOfParent(ChunkStatus status) ChunkPyramid.getStepTo(ChunkStatus status) booleanChunkStatus.isAfter(ChunkStatus chunkStatus) booleanChunkStatus.isBefore(ChunkStatus chunkStatus) booleanChunkStatus.isOrAfter(ChunkStatus chunkStatus) booleanChunkStatus.isOrBefore(ChunkStatus chunkStatus) static ChunkStatusChunkStatus.max(ChunkStatus first, ChunkStatus second) private static ChunkStatusChunkStatus.register(String name, ChunkStatus parent, EnumSet<Heightmap.Types> heightmapsAfter, ChunkType chunkType) ChunkPyramid.Builder.step(ChunkStatus status, UnaryOperator<ChunkStep.Builder> task) Constructors in net.minecraft.world.level.chunk.status with parameters of type ChunkStatusModifierConstructorDescriptionprotectedBuilder(ChunkStatus status) protectedBuilder(ChunkStatus status, ChunkStep parent) protectedChunkStatus(ChunkStatus parent, EnumSet<Heightmap.Types> heightmapsAfter, ChunkType chunkType) ChunkStep(ChunkStatus targetStatus, ChunkDependencies directDependencies, ChunkDependencies accumulatedDependencies, int blockStateWriteRadius, ChunkStatusTask task) Creates an instance of aChunkSteprecord class.Constructor parameters in net.minecraft.world.level.chunk.status with type arguments of type ChunkStatusModifierConstructorDescriptionChunkDependencies(com.google.common.collect.ImmutableList<ChunkStatus> dependencyByRadius) -
Uses of ChunkStatus in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen declared as ChunkStatusFields in net.minecraft.world.level.levelgen with type parameters of type ChunkStatusModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<ChunkStatus> BelowZeroRetrogen.NON_EMPTY_CHUNK_STATUSMethods in net.minecraft.world.level.levelgen that return ChunkStatusConstructors in net.minecraft.world.level.levelgen with parameters of type ChunkStatusModifierConstructorDescriptionprivateBelowZeroRetrogen(ChunkStatus targetStatus, Optional<BitSet> missingBedrock)