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 TypeMethodDescriptionstatic 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 TypeMethodDescriptionprivate voidChunkHolder.decreaseLevel(ServerChunkLoadingManager chunkLoadingManager, ChunkLevelType target) static intChunkLevels.getLevelFromType(ChunkLevelType type) private voidChunkHolder.increaseLevel(ServerChunkLoadingManager chunkLoadingManager, CompletableFuture<OptionalChunk<WorldChunk>> chunkFuture, Executor executor, ChunkLevelType target) booleanChunkLevelType.isAfter(ChunkLevelType levelType) (package private) voidServerChunkLoadingManager.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 ChunkLevelTypeModifier and TypeMethodDescriptionAbstractChunkHolder.getLevelType()EmptyChunk.getLevelType()WorldChunk.getLevelType()Methods 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)