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 ChunkHolder.FullChunkStatus[]
ChunkHolder.FULL_CHUNK_STATUSES
Methods in net.minecraft.server.level that return ChunkHolder.FullChunkStatusModifier and TypeMethodDescriptionstatic ChunkHolder.FullChunkStatus
ChunkHolder.getFullChunkStatus(int p_140084_)
ChunkHolder.getFullStatus()
static ChunkHolder.FullChunkStatus
Returns 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 void
ChunkHolder.demoteFullChunk(ChunkMap p_142993_, ChunkHolder.FullChunkStatus p_142994_)
boolean
ChunkHolder.FullChunkStatus.isOrAfter(ChunkHolder.FullChunkStatus p_140115_)
(package private) void
ChunkMap.onFullChunkStatusChange(ChunkPos p_143076_, ChunkHolder.FullChunkStatus p_143077_)
private void
ChunkHolder.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.fullStatus
Methods 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 TypeMethodDescriptionvoid
LevelChunk.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 Visibility
Visibility.fromFullChunkStatus(ChunkHolder.FullChunkStatus p_157693_)
void
ChunkStatusUpdateListener.onChunkStatusChange(ChunkPos p_156795_, ChunkHolder.FullChunkStatus p_156796_)
void
PersistentEntitySectionManager.updateChunkStatus(ChunkPos p_157525_, ChunkHolder.FullChunkStatus p_157526_)