Uses of Enum Class
net.minecraft.server.level.FullChunkStatus
Packages that use FullChunkStatus
Package
Description
-
Uses of FullChunkStatus in net.minecraft.server.level
Subclasses with type arguments of type FullChunkStatus in net.minecraft.server.levelMethods in net.minecraft.server.level that return FullChunkStatusModifier and TypeMethodDescriptionstatic FullChunkStatusChunkLevel.fullStatus(int level) GenerationChunkHolder.getFullStatus()static FullChunkStatusReturns the enum constant of this class with the specified name.static FullChunkStatus[]FullChunkStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.server.level with parameters of type FullChunkStatusModifier and TypeMethodDescriptionstatic intChunkLevel.byStatus(FullChunkStatus status) private voidChunkHolder.demoteFullChunk(ChunkMap scheduler, FullChunkStatus status) booleanFullChunkStatus.isOrAfter(FullChunkStatus step) (package private) voidChunkMap.onFullChunkStatusChange(ChunkPos pos, FullChunkStatus status) private voidChunkHolder.scheduleFullChunkPromotion(ChunkMap scheduler, CompletableFuture<ChunkResult<LevelChunk>> task, Executor mainThreadExecutor, FullChunkStatus status) -
Uses of FullChunkStatus in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk with type parameters of type FullChunkStatusModifier and TypeFieldDescriptionprivate @Nullable Supplier<FullChunkStatus> LevelChunk.fullStatusMethods in net.minecraft.world.level.chunk that return FullChunkStatusMethod parameters in net.minecraft.world.level.chunk with type arguments of type FullChunkStatusModifier and TypeMethodDescriptionvoidLevelChunk.setFullStatus(Supplier<FullChunkStatus> fullStatus) -
Uses of FullChunkStatus in net.minecraft.world.level.entity
Methods in net.minecraft.world.level.entity with parameters of type FullChunkStatusModifier and TypeMethodDescriptionstatic VisibilityVisibility.fromFullChunkStatus(FullChunkStatus status) voidChunkStatusUpdateListener.onChunkStatusChange(ChunkPos pos, FullChunkStatus chunkStatus) voidPersistentEntitySectionManager.updateChunkStatus(ChunkPos pos, FullChunkStatus fullChunkStatus)