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

private static enum ServerLightingProvider.Stage extends Enum<ServerLightingProvider.Stage>
Mappings:
Namespace Name
named net/minecraft/server/world/ServerLightingProvider$Stage
intermediary net/minecraft/class_3227$class_3901
official arg$a
  • Enum Constant Details

    • PRE_UPDATE

      public static final ServerLightingProvider.Stage PRE_UPDATE
      Mappings:
      Namespace Name Mixin selector
      named PRE_UPDATE Lnet/minecraft/server/world/ServerLightingProvider$Stage;PRE_UPDATE:Lnet/minecraft/server/world/ServerLightingProvider$Stage;
      intermediary field_17261 Lnet/minecraft/class_3227$class_3901;field_17261:Lnet/minecraft/class_3227$class_3901;
      official a Larg$a;a:Larg$a;
    • POST_UPDATE

      public static final ServerLightingProvider.Stage POST_UPDATE
      Mappings:
      Namespace Name Mixin selector
      named POST_UPDATE Lnet/minecraft/server/world/ServerLightingProvider$Stage;POST_UPDATE:Lnet/minecraft/server/world/ServerLightingProvider$Stage;
      intermediary field_17262 Lnet/minecraft/class_3227$class_3901;field_17262:Lnet/minecraft/class_3227$class_3901;
      official b Larg$a;b:Larg$a;
  • Constructor Details

    • Stage

      private Stage()
  • Method Details

    • values

      public static ServerLightingProvider.Stage[] 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

      public static ServerLightingProvider.Stage valueOf(String name)
      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 name
      NullPointerException - if the argument is null