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