Uses of Enum Class
net.minecraft.server.world.LevelType
Packages that use LevelType
Package
Description
The base package for all Minecraft classes.
-
Uses of LevelType in net.minecraft
Methods in net.minecraft that return LevelTypeMethods in net.minecraft with parameters of type LevelType -
Uses of LevelType in net.minecraft.server.world
Methods in net.minecraft.server.world that return LevelTypeModifier and TypeMethodDescriptionChunkHolder.getLevelType()static LevelTypeReturns the enum constant of this class with the specified name.static LevelType[]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 LevelTypeModifier and TypeMethodDescriptionbooleanprivate voidChunkHolder.method_31408(ThreadedAnvilChunkStorage threadedAnvilChunkStorage, LevelType levelType) private voidChunkHolder.method_31409(ThreadedAnvilChunkStorage threadedAnvilChunkStorage, CompletableFuture<com.mojang.datafixers.util.Either<WorldChunk, ChunkHolder.Unloaded>> completableFuture, Executor executor, LevelType levelType) (package private) voidThreadedAnvilChunkStorage.onChunkStatusChange(ChunkPos chunkPos, LevelType levelType) voidServerEntityManager.updateTrackingStatus(ChunkPos chunkPos, LevelType levelType) Updates the tracking status of tracking sections in a chunk atchunkPosgiven thelevelType. -
Uses of LevelType in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type LevelTypeMethods in net.minecraft.world.chunk that return LevelTypeMethods in net.minecraft.world.chunk with parameters of type LevelTypeModifier and TypeMethodDescriptionvoidChunkStatusChangeListener.onChunkStatusChange(ChunkPos pos, LevelType levelType) Method parameters in net.minecraft.world.chunk with type arguments of type LevelTypeModifier and TypeMethodDescriptionvoidWorldChunk.setLevelTypeProvider(Supplier<LevelType> levelTypeProvider) -
Uses of LevelType in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type LevelTypeModifier and TypeMethodDescriptionstatic EntityTrackingStatusEntityTrackingStatus.fromLevelType(LevelType levelType)