Uses of Enum Class
net.minecraft.server.level.ChunkHolder.FullChunkStatus
Packages that use ChunkHolder.FullChunkStatus
Package
Description
-
Uses of ChunkHolder.FullChunkStatus in net.minecraft.server.level
Fields in net.minecraft.server.level declared as ChunkHolder.FullChunkStatusModifier and TypeFieldDescriptionprivate static final ChunkHolder.FullChunkStatus[]ChunkHolder.FULL_CHUNK_STATUSESMethods in net.minecraft.server.level that return ChunkHolder.FullChunkStatusModifier and TypeMethodDescriptionstatic ChunkHolder.FullChunkStatusChunkHolder.getFullChunkStatus(int p_140084_) ChunkHolder.getFullStatus()static ChunkHolder.FullChunkStatusReturns the enum constant of this class with the specified name.static ChunkHolder.FullChunkStatus[]ChunkHolder.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 ChunkHolder.FullChunkStatusModifier and TypeMethodDescriptionprivate voidChunkHolder.demoteFullChunk(ChunkMap p_142993_, ChunkHolder.FullChunkStatus p_142994_) booleanChunkHolder.FullChunkStatus.isOrAfter(ChunkHolder.FullChunkStatus p_140115_) (package private) voidChunkMap.onFullChunkStatusChange(ChunkPos p_143076_, ChunkHolder.FullChunkStatus p_143077_) private voidChunkHolder.scheduleFullChunkPromotion(ChunkMap p_142999_, CompletableFuture<com.mojang.datafixers.util.Either<LevelChunk, ChunkHolder.ChunkLoadingFailure>> p_143000_, Executor p_143001_, ChunkHolder.FullChunkStatus p_143002_) -
Uses of ChunkHolder.FullChunkStatus in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk with type parameters of type ChunkHolder.FullChunkStatusModifier and TypeFieldDescriptionprivate Supplier<ChunkHolder.FullChunkStatus>LevelChunk.fullStatusMethods in net.minecraft.world.level.chunk that return ChunkHolder.FullChunkStatusMethod parameters in net.minecraft.world.level.chunk with type arguments of type ChunkHolder.FullChunkStatusModifier and TypeMethodDescriptionvoidLevelChunk.setFullStatus(Supplier<ChunkHolder.FullChunkStatus> p_62880_) -
Uses of ChunkHolder.FullChunkStatus in net.minecraft.world.level.entity
Methods in net.minecraft.world.level.entity with parameters of type ChunkHolder.FullChunkStatusModifier and TypeMethodDescriptionstatic VisibilityVisibility.fromFullChunkStatus(ChunkHolder.FullChunkStatus p_157693_) voidChunkStatusUpdateListener.onChunkStatusChange(ChunkPos p_156795_, ChunkHolder.FullChunkStatus p_156796_) voidPersistentEntitySectionManager.updateChunkStatus(ChunkPos p_157525_, ChunkHolder.FullChunkStatus p_157526_)