Uses of Enum Class
net.minecraft.world.chunk.ChunkLoadProgress.Stage
Packages that use ChunkLoadProgress.Stage
-
Uses of ChunkLoadProgress.Stage in net.minecraft.client.world
Fields in net.minecraft.client.world declared as ChunkLoadProgress.StageMethods in net.minecraft.client.world with parameters of type ChunkLoadProgress.StageModifier and TypeMethodDescriptionvoidClientChunkLoadProgress.finish(ChunkLoadProgress.Stage stage) voidClientChunkLoadProgress.init(ChunkLoadProgress.Stage stage, int chunks) voidClientChunkLoadProgress.progress(ChunkLoadProgress.Stage stage, int fullChunks, int totalChunks) -
Uses of ChunkLoadProgress.Stage in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk that return ChunkLoadProgress.StageModifier and TypeMethodDescriptionstatic ChunkLoadProgress.StageReturns the enum constant of this class with the specified name.static ChunkLoadProgress.Stage[]ChunkLoadProgress.Stage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.chunk with parameters of type ChunkLoadProgress.StageModifier and TypeMethodDescriptionvoidChunkLoadProgress.finish(ChunkLoadProgress.Stage stage) voidDeltaChunkLoadProgress.finish(ChunkLoadProgress.Stage stage) voidLoggingChunkLoadProgress.finish(ChunkLoadProgress.Stage stage) voidChunkLoadProgress.init(ChunkLoadProgress.Stage stage, int chunks) voidDeltaChunkLoadProgress.init(ChunkLoadProgress.Stage stage, int chunks) voidLoggingChunkLoadProgress.init(ChunkLoadProgress.Stage stage, int chunks) voidChunkLoadProgress.progress(ChunkLoadProgress.Stage stage, int fullChunks, int totalChunks) voidDeltaChunkLoadProgress.progress(ChunkLoadProgress.Stage stage, int fullChunks, int totalChunks) voidLoggingChunkLoadProgress.progress(ChunkLoadProgress.Stage stage, int fullChunks, int totalChunks) private booleanDeltaChunkLoadProgress.shouldLoad(ChunkLoadProgress.Stage stage)