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.LevelTypeMethods in net.minecraft.server.world that return ChunkHolder.LevelTypeModifier and TypeMethodDescriptionChunkHolder.getLevelType()static ChunkHolder.LevelTypeChunkHolder.getLevelType(int distance)static ChunkHolder.LevelTypeReturns 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 TypeMethodDescriptionbooleanChunkHolder.LevelType.isAfter(ChunkHolder.LevelType levelType)private voidChunkHolder.method_31408(ThreadedAnvilChunkStorage threadedAnvilChunkStorage, ChunkHolder.LevelType levelType)private voidChunkHolder.method_31409(ThreadedAnvilChunkStorage threadedAnvilChunkStorage, CompletableFuture<com.mojang.datafixers.util.Either<WorldChunk,ChunkHolder.Unloaded>> completableFuture, Executor executor, ChunkHolder.LevelType levelType)(package private) voidThreadedAnvilChunkStorage.method_31414(ChunkPos chunkPos, ChunkHolder.LevelType levelType)voidServerEntityManager.updateTrackingStatus(ChunkPos chunkPos, ChunkHolder.LevelType levelType)Updates the tracking status of tracking sections in a chunk atchunkPosgiven 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.levelTypeProviderMethods in net.minecraft.world.chunk that return ChunkHolder.LevelTypeMethods in net.minecraft.world.chunk with parameters of type ChunkHolder.LevelTypeModifier and TypeMethodDescriptionvoidChunkStatusChangeListener.onChunkStatusChange(ChunkPos pos, ChunkHolder.LevelType levelType)Method parameters in net.minecraft.world.chunk with type arguments of type ChunkHolder.LevelTypeModifier and TypeMethodDescriptionvoidWorldChunk.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 EntityTrackingStatusEntityTrackingStatus.fromLevelType(ChunkHolder.LevelType levelType)