Uses of Enum Class
net.minecraft.server.level.FullChunkStatus
Packages that use FullChunkStatus
Package
Description
-
Uses of FullChunkStatus in net.minecraft.server.level
Methods 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 chunkMap, FullChunkStatus fullChunkStatus) booleanFullChunkStatus.isOrAfter(FullChunkStatus status) (package private) voidChunkMap.onFullChunkStatusChange(ChunkPos chunkPos, FullChunkStatus fullChunkStatus) private voidChunkHolder.scheduleFullChunkPromotion(ChunkMap chunkMap, CompletableFuture<ChunkResult<LevelChunk>> future, Executor executor, FullChunkStatus fullChunkStatus) -
Uses of FullChunkStatus in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk with type parameters of type FullChunkStatusMethods 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 fullChunkStatus) voidChunkStatusUpdateListener.onChunkStatusChange(ChunkPos chunkPos, FullChunkStatus fullChunkStatus) voidPersistentEntitySectionManager.updateChunkStatus(ChunkPos chunkPos, FullChunkStatus fullChunkStatus)