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 FullChunkStatus
ChunkLevel.fullStatus
(int p_287750_) ChunkHolder.getFullStatus()
static FullChunkStatus
Returns 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 int
ChunkLevel.byStatus
(FullChunkStatus p_287601_) private void
ChunkHolder.demoteFullChunk
(ChunkMap p_287599_, FullChunkStatus p_287649_) boolean
FullChunkStatus.isOrAfter
(FullChunkStatus p_287607_) (package private) void
ChunkMap.onFullChunkStatusChange
(ChunkPos p_287612_, FullChunkStatus p_287685_) private void
ChunkHolder.scheduleFullChunkPromotion
(ChunkMap p_142999_, CompletableFuture<ChunkResult<LevelChunk>> p_143000_, Executor p_143001_, FullChunkStatus p_287621_) -
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 TypeMethodDescriptionvoid
LevelChunk.setFullStatus
(Supplier<FullChunkStatus> p_62880_) -
Uses of FullChunkStatus in net.minecraft.world.level.entity
Methods in net.minecraft.world.level.entity with parameters of type FullChunkStatusModifier and TypeMethodDescriptionstatic Visibility
Visibility.fromFullChunkStatus
(FullChunkStatus p_287651_) void
ChunkStatusUpdateListener.onChunkStatusChange
(ChunkPos p_156795_, FullChunkStatus p_287725_) void
PersistentEntitySectionManager.updateChunkStatus
(ChunkPos p_287590_, FullChunkStatus p_287623_)