Enum Class ChunkHolder.LevelType

java.lang.Object
java.lang.Enum<ChunkHolder.LevelType>
net.minecraft.server.world.ChunkHolder.LevelType
All Implemented Interfaces:
Serializable, Comparable<ChunkHolder.LevelType>, Constable
Enclosing class:
ChunkHolder

public static enum ChunkHolder.LevelType extends Enum<ChunkHolder.LevelType>
Mappings:
Namespace Name
official agy$c
intermediary net/minecraft/class_3193$class_3194
named net/minecraft/server/world/ChunkHolder$LevelType
  • Enum Constant Details

    • INACCESSIBLE

      public static final ChunkHolder.LevelType INACCESSIBLE
      Mappings:
      Namespace Name Mixin selector
      official a Lagy$c;a:Lagy$c;
      intermediary field_19334 Lnet/minecraft/class_3193$class_3194;field_19334:Lnet/minecraft/class_3193$class_3194;
      named INACCESSIBLE Lnet/minecraft/server/world/ChunkHolder$LevelType;INACCESSIBLE:Lnet/minecraft/server/world/ChunkHolder$LevelType;
    • BORDER

      public static final ChunkHolder.LevelType BORDER
      Mappings:
      Namespace Name Mixin selector
      official b Lagy$c;b:Lagy$c;
      intermediary field_13876 Lnet/minecraft/class_3193$class_3194;field_13876:Lnet/minecraft/class_3193$class_3194;
      named BORDER Lnet/minecraft/server/world/ChunkHolder$LevelType;BORDER:Lnet/minecraft/server/world/ChunkHolder$LevelType;
    • TICKING

      public static final ChunkHolder.LevelType TICKING
      Mappings:
      Namespace Name Mixin selector
      official c Lagy$c;c:Lagy$c;
      intermediary field_13875 Lnet/minecraft/class_3193$class_3194;field_13875:Lnet/minecraft/class_3193$class_3194;
      named TICKING Lnet/minecraft/server/world/ChunkHolder$LevelType;TICKING:Lnet/minecraft/server/world/ChunkHolder$LevelType;
    • ENTITY_TICKING

      public static final ChunkHolder.LevelType ENTITY_TICKING
      Mappings:
      Namespace Name Mixin selector
      official d Lagy$c;d:Lagy$c;
      intermediary field_13877 Lnet/minecraft/class_3193$class_3194;field_13877:Lnet/minecraft/class_3193$class_3194;
      named ENTITY_TICKING Lnet/minecraft/server/world/ChunkHolder$LevelType;ENTITY_TICKING:Lnet/minecraft/server/world/ChunkHolder$LevelType;
  • Constructor Details

    • LevelType

      private LevelType()
  • Method Details

    • values

      public static ChunkHolder.LevelType[] 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 ChunkHolder.LevelType 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
    • isAfter

      public boolean isAfter(ChunkHolder.LevelType levelType)
      Mappings:
      Namespace Name Mixin selector
      official a Lagy$c;a(Lagy$c;)Z
      intermediary method_14014 Lnet/minecraft/class_3193$class_3194;method_14014(Lnet/minecraft/class_3193$class_3194;)Z
      named isAfter Lnet/minecraft/server/world/ChunkHolder$LevelType;isAfter(Lnet/minecraft/server/world/ChunkHolder$LevelType;)Z