Enum Class ChunkLevelType

java.lang.Object
java.lang.Enum<ChunkLevelType>
net.minecraft.server.world.ChunkLevelType
All Implemented Interfaces:
Serializable, Comparable<ChunkLevelType>, Constable

public enum ChunkLevelType extends Enum<ChunkLevelType>
Mappings:
Namespace Name
named net/minecraft/server/world/ChunkLevelType
intermediary net/minecraft/class_3194
official aql
  • Enum Constant Details

    • INACCESSIBLE

      public static final ChunkLevelType INACCESSIBLE
      Mappings:
      Namespace Name Mixin selector
      named INACCESSIBLE Lnet/minecraft/server/world/ChunkLevelType;INACCESSIBLE:Lnet/minecraft/server/world/ChunkLevelType;
      intermediary field_19334 Lnet/minecraft/class_3194;field_19334:Lnet/minecraft/class_3194;
      official a Laql;a:Laql;
    • FULL

      public static final ChunkLevelType FULL
      Mappings:
      Namespace Name Mixin selector
      named FULL Lnet/minecraft/server/world/ChunkLevelType;FULL:Lnet/minecraft/server/world/ChunkLevelType;
      intermediary field_44855 Lnet/minecraft/class_3194;field_44855:Lnet/minecraft/class_3194;
      official b Laql;b:Laql;
    • BLOCK_TICKING

      public static final ChunkLevelType BLOCK_TICKING
      Mappings:
      Namespace Name Mixin selector
      named BLOCK_TICKING Lnet/minecraft/server/world/ChunkLevelType;BLOCK_TICKING:Lnet/minecraft/server/world/ChunkLevelType;
      intermediary field_44856 Lnet/minecraft/class_3194;field_44856:Lnet/minecraft/class_3194;
      official c Laql;c:Laql;
    • ENTITY_TICKING

      public static final ChunkLevelType ENTITY_TICKING
      Mappings:
      Namespace Name Mixin selector
      named ENTITY_TICKING Lnet/minecraft/server/world/ChunkLevelType;ENTITY_TICKING:Lnet/minecraft/server/world/ChunkLevelType;
      intermediary field_13877 Lnet/minecraft/class_3194;field_13877:Lnet/minecraft/class_3194;
      official d Laql;d:Laql;
  • Constructor Details

    • ChunkLevelType

      private ChunkLevelType()
  • Method Details

    • values

      public static ChunkLevelType[] 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 ChunkLevelType 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(ChunkLevelType levelType)
      Mappings:
      Namespace Name Mixin selector
      named isAfter Lnet/minecraft/server/world/ChunkLevelType;isAfter(Lnet/minecraft/server/world/ChunkLevelType;)Z
      intermediary method_14014 Lnet/minecraft/class_3194;method_14014(Lnet/minecraft/class_3194;)Z
      official a Laql;a(Laql;)Z