Uses of Class
net.minecraft.server.world.ServerLightingProvider.Stage
| Package | Description |
|---|---|
| net.minecraft.server.world |
-
Uses of ServerLightingProvider.Stage in net.minecraft.server.world
Fields in net.minecraft.server.world with type parameters of type ServerLightingProvider.Stage Modifier and Type Field Description private ObjectList<com.mojang.datafixers.util.Pair<ServerLightingProvider.Stage,Runnable>>ServerLightingProvider. pendingTasksMethods in net.minecraft.server.world that return ServerLightingProvider.Stage Modifier and Type Method Description static ServerLightingProvider.StageServerLightingProvider.Stage. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerLightingProvider.Stage[]ServerLightingProvider.Stage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.server.world with parameters of type ServerLightingProvider.Stage Modifier and Type Method Description private voidServerLightingProvider. enqueue(int x, int z, IntSupplier completedLevelSupplier, ServerLightingProvider.Stage stage, Runnable task)private voidServerLightingProvider. enqueue(int x, int z, ServerLightingProvider.Stage stage, Runnable task)