Uses of Enum Class
net.minecraft.world.server.ServerWorldLightManager.Phase
Packages that use ServerWorldLightManager.Phase
-
Uses of ServerWorldLightManager.Phase in net.minecraft.world.server
Fields in net.minecraft.world.server with type parameters of type ServerWorldLightManager.PhaseModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.objects.ObjectList<com.mojang.datafixers.util.Pair<ServerWorldLightManager.Phase,
Runnable>> ServerWorldLightManager.lightTasks
Methods in net.minecraft.world.server that return ServerWorldLightManager.PhaseModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ServerWorldLightManager.Phase[]
ServerWorldLightManager.Phase.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.server with parameters of type ServerWorldLightManager.PhaseModifier and TypeMethodDescriptionprivate void
ServerWorldLightManager.addTask
(int p_215600_1_, int p_215600_2_, IntSupplier p_215600_3_, ServerWorldLightManager.Phase p_215600_4_, Runnable p_215600_5_) private void
ServerWorldLightManager.addTask
(int p_215586_1_, int p_215586_2_, ServerWorldLightManager.Phase p_215586_3_, Runnable p_215586_4_)