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 official ang$a
intermediary net/minecraft/class_3227$class_3901
named net/minecraft/server/world/ServerLightingProvider$Stage
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ServerLightingProvider.Stage
Returns 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 official a
Lang$a;a:Lang$a;
intermediary field_17261
Lnet/minecraft/class_3227$class_3901;field_17261:Lnet/minecraft/class_3227$class_3901;
named PRE_UPDATE
Lnet/minecraft/server/world/ServerLightingProvider$Stage;PRE_UPDATE:Lnet/minecraft/server/world/ServerLightingProvider$Stage;
-
POST_UPDATE
- Mappings:
Namespace Name Mixin selector official b
Lang$a;b:Lang$a;
intermediary field_17262
Lnet/minecraft/class_3227$class_3901;field_17262:Lnet/minecraft/class_3227$class_3901;
named POST_UPDATE
Lnet/minecraft/server/world/ServerLightingProvider$Stage;POST_UPDATE:Lnet/minecraft/server/world/ServerLightingProvider$Stage;
-
-
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
-