Uses of Enum Class
net.minecraft.server.world.ChunkLevelType
Packages that use ChunkLevelType
-
Uses of ChunkLevelType in net.minecraft.server.world
Methods in net.minecraft.server.world that return ChunkLevelTypeModifier and TypeMethodDescriptionChunkHolder.getLevelType()static ChunkLevelTypeChunkLevels.getType(int level) static ChunkLevelTypeReturns the enum constant of this class with the specified name.static ChunkLevelType[]ChunkLevelType.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 ChunkLevelTypeModifier and TypeMethodDescriptionstatic intChunkLevels.getLevelFromType(ChunkLevelType type) booleanChunkLevelType.isAfter(ChunkLevelType levelType) private voidChunkHolder.method_31408(ThreadedAnvilChunkStorage threadedAnvilChunkStorage, ChunkLevelType chunkLevelType) private voidChunkHolder.method_31409(ThreadedAnvilChunkStorage threadedAnvilChunkStorage, CompletableFuture<OptionalChunk<WorldChunk>> completableFuture, Executor executor, ChunkLevelType chunkLevelType) (package private) voidThreadedAnvilChunkStorage.onChunkStatusChange(ChunkPos chunkPos, ChunkLevelType levelType) voidServerEntityManager.updateTrackingStatus(ChunkPos chunkPos, ChunkLevelType levelType) Updates the tracking status of tracking sections in a chunk atchunkPosgiven thelevelType. -
Uses of ChunkLevelType in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type ChunkLevelTypeModifier and TypeFieldDescriptionprivate @Nullable Supplier<ChunkLevelType> WorldChunk.levelTypeProviderMethods in net.minecraft.world.chunk that return ChunkLevelTypeMethods in net.minecraft.world.chunk with parameters of type ChunkLevelTypeModifier and TypeMethodDescriptionvoidChunkStatusChangeListener.onChunkStatusChange(ChunkPos pos, ChunkLevelType levelType) Method parameters in net.minecraft.world.chunk with type arguments of type ChunkLevelTypeModifier and TypeMethodDescriptionvoidWorldChunk.setLevelTypeProvider(Supplier<ChunkLevelType> levelTypeProvider) -
Uses of ChunkLevelType in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type ChunkLevelTypeModifier and TypeMethodDescriptionstatic EntityTrackingStatusEntityTrackingStatus.fromLevelType(ChunkLevelType levelType)