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 p_104451_, int p_104452_, ChunkStatus p_330230_, boolean p_104454_) -
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 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 p_8360_, int p_8361_, ChunkStatus p_330876_, boolean p_8363_) WorldGenRegion.getChunk(int chunkX, int chunkZ, ChunkStatus p_331853_, boolean p_9517_) 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 p_347605_, ChunkPos p_347675_) 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 p_9633_, ChunkStatus p_332174_) voidProcessorChunkProgressListener.onStatusChange(ChunkPos p_9645_, ChunkStatus p_332066_) voidStoringChunkProgressListener.onStatusChange(ChunkPos p_9669_, ChunkStatus p_331945_) -
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 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 p_46502_, int p_46503_, ChunkStatus p_331611_, boolean p_46505_) 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 p_347629_) 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 TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ChunkStatus> ChunkStatus.CODECprivate final 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 TypeMethodDescriptionChunkDependencies.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 ChunkStatus -
Uses of ChunkStatus in net.minecraft.world.level.chunk.storage
Fields in net.minecraft.world.level.chunk.storage declared as ChunkStatusModifier and TypeFieldDescriptionprivate final ChunkStatusSerializableChunkData.chunkStatusThe field for thechunkStatusrecord component.Methods in net.minecraft.world.level.chunk.storage that return ChunkStatusModifier and TypeMethodDescriptionSerializableChunkData.chunkStatus()Returns the value of thechunkStatusrecord component.static ChunkStatusSerializableChunkData.getChunkStatusFromTag(CompoundTag tag) Constructors in net.minecraft.world.level.chunk.storage with parameters of type ChunkStatusModifierConstructorDescription(package private)SerializableChunkData(Registry<Biome> biomeRegistry, ChunkPos chunkPos, int minSectionY, long lastUpdateTime, long inhabitedTime, ChunkStatus chunkStatus, BlendingData.Packed blendingData, BelowZeroRetrogen belowZeroRetrogen, UpgradeData upgradeData, long[] carvingMask, Map<Heightmap.Types, long[]> heightmaps, ChunkAccess.PackedTicks packedTicks, it.unimi.dsi.fastutil.shorts.ShortList[] postProcessingSections, boolean lightCorrect, List<SerializableChunkData.SectionData> sectionData, List<CompoundTag> entities, List<CompoundTag> blockEntities, CompoundTag structureData) Deprecated.Neo: use constructor with additional data insteadSerializableChunkData(Registry<Biome> biomeRegistry, ChunkPos chunkPos, int minSectionY, long lastUpdateTime, long inhabitedTime, ChunkStatus chunkStatus, BlendingData.Packed blendingData, BelowZeroRetrogen belowZeroRetrogen, UpgradeData upgradeData, long[] carvingMask, Map<Heightmap.Types, long[]> heightmaps, ChunkAccess.PackedTicks packedTicks, it.unimi.dsi.fastutil.shorts.ShortList[] postProcessingSections, boolean lightCorrect, List<SerializableChunkData.SectionData> sectionData, List<CompoundTag> entities, List<CompoundTag> blockEntities, CompoundTag structureData, CompoundTag attachmentData, ListTag auxLightData) Creates an instance of aSerializableChunkDatarecord class. -
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)