Uses of Enum Class
net.minecraft.server.world.ChunkHolder.LevelType
Packages that use ChunkHolder.LevelType
-
Uses of ChunkHolder.LevelType in net.minecraft.server.world
Fields in net.minecraft.server.world declared as ChunkHolder.LevelTypeModifier and TypeFieldDescriptionprivate static final ChunkHolder.LevelType[]
ChunkHolder.LEVEL_TYPES
Methods in net.minecraft.server.world that return ChunkHolder.LevelTypeModifier and TypeMethodDescriptionChunkHolder.getLevelType()
static ChunkHolder.LevelType
ChunkHolder.getLevelType
(int distance) static ChunkHolder.LevelType
Returns the enum constant of this class with the specified name.static ChunkHolder.LevelType[]
ChunkHolder.LevelType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.server.world with parameters of type ChunkHolder.LevelTypeModifier and TypeMethodDescriptionboolean
ChunkHolder.LevelType.isAfter
(ChunkHolder.LevelType levelType) private void
ChunkHolder.method_31408
(ThreadedAnvilChunkStorage threadedAnvilChunkStorage, ChunkHolder.LevelType levelType) private void
ChunkHolder.method_31409
(ThreadedAnvilChunkStorage threadedAnvilChunkStorage, CompletableFuture<com.mojang.datafixers.util.Either<WorldChunk, ChunkHolder.Unloaded>> completableFuture, Executor executor, ChunkHolder.LevelType levelType) (package private) void
ThreadedAnvilChunkStorage.onChunkStatusChange
(ChunkPos chunkPos, ChunkHolder.LevelType levelType) void
ServerEntityManager.updateTrackingStatus
(ChunkPos chunkPos, ChunkHolder.LevelType levelType) Updates the tracking status of tracking sections in a chunk atchunkPos
given thelevelType
. -
Uses of ChunkHolder.LevelType in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type ChunkHolder.LevelTypeModifier and TypeFieldDescriptionprivate @Nullable Supplier<ChunkHolder.LevelType>
WorldChunk.levelTypeProvider
Methods in net.minecraft.world.chunk that return ChunkHolder.LevelTypeMethods in net.minecraft.world.chunk with parameters of type ChunkHolder.LevelTypeModifier and TypeMethodDescriptionvoid
ChunkStatusChangeListener.onChunkStatusChange
(ChunkPos pos, ChunkHolder.LevelType levelType) Method parameters in net.minecraft.world.chunk with type arguments of type ChunkHolder.LevelTypeModifier and TypeMethodDescriptionvoid
WorldChunk.setLevelTypeProvider
(Supplier<ChunkHolder.LevelType> levelTypeProvider) -
Uses of ChunkHolder.LevelType in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type ChunkHolder.LevelTypeModifier and TypeMethodDescriptionstatic EntityTrackingStatus
EntityTrackingStatus.fromLevelType
(ChunkHolder.LevelType levelType)