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
official ahp$a
intermediary net/minecraft/class_3227$class_3901
named net/minecraft/server/world/ServerLightingProvider$Stage
  • Enum Constant Details

    • PRE_UPDATE

      public static final ServerLightingProvider.Stage PRE_UPDATE
      Mappings:
      Namespace Name Mixin selector
      official a Lahp$a;a:Lahp$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

      public static final ServerLightingProvider.Stage POST_UPDATE
      Mappings:
      Namespace Name Mixin selector
      official b Lahp$a;b:Lahp$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

      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