Package net.minecraft.server.world
Enum Class ServerLightingProvider.Stage
java.lang.Object
java.lang.Enum<ServerLightingProvider.Stage>
net.minecraft.server.world.ServerLightingProvider.Stage
- All Implemented Interfaces:
Serializable,Comparable<ServerLightingProvider.Stage>,Constable
- Enclosing class:
ServerLightingProvider
- Mappings:
Namespace Name named net/minecraft/server/world/ServerLightingProvider$Stageintermediary net/minecraft/class_3227$class_3901official ask$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ServerLightingProvider.StageReturns the enum constant of this class with the specified name.static ServerLightingProvider.Stage[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PRE_UPDATE
- Mappings:
Namespace Name Mixin selector named PRE_UPDATELnet/minecraft/server/world/ServerLightingProvider$Stage;PRE_UPDATE:Lnet/minecraft/server/world/ServerLightingProvider$Stage;intermediary field_17261Lnet/minecraft/class_3227$class_3901;field_17261:Lnet/minecraft/class_3227$class_3901;official aLask$a;a:Lask$a;
-
POST_UPDATE
- Mappings:
Namespace Name Mixin selector named POST_UPDATELnet/minecraft/server/world/ServerLightingProvider$Stage;POST_UPDATE:Lnet/minecraft/server/world/ServerLightingProvider$Stage;intermediary field_17262Lnet/minecraft/class_3227$class_3901;field_17262:Lnet/minecraft/class_3227$class_3901;official bLask$a;b:Lask$a;
-
-
Constructor Details
-
Stage
private Stage()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-