Enum Class LevelDataType

java.lang.Object
java.lang.Enum<LevelDataType>
net.minecraft.world.level.storage.LevelDataType
All Implemented Interfaces:
Serializable, Comparable<LevelDataType>, Constable, class_2931

public enum LevelDataType extends Enum<LevelDataType> implements class_2931
Mappings:
Namespace Name
official oz
intermediary net/minecraft/class_2932
named net/minecraft/world/level/storage/LevelDataType
  • Enum Constant Details

    • LEVEL

      public static final LevelDataType LEVEL
      Mappings:
      Namespace Name Mixin selector
      official a Loz;a:Loz;
      intermediary field_14379 Lnet/minecraft/class_2932;field_14379:Lnet/minecraft/class_2932;
      named LEVEL Lnet/minecraft/world/level/storage/LevelDataType;LEVEL:Lnet/minecraft/world/level/storage/LevelDataType;
    • PLAYER

      public static final LevelDataType PLAYER
      Mappings:
      Namespace Name Mixin selector
      official b Loz;b:Loz;
      intermediary field_14380 Lnet/minecraft/class_2932;field_14380:Lnet/minecraft/class_2932;
      named PLAYER Lnet/minecraft/world/level/storage/LevelDataType;PLAYER:Lnet/minecraft/world/level/storage/LevelDataType;
    • CHUNK

      public static final LevelDataType CHUNK
      Mappings:
      Namespace Name Mixin selector
      official c Loz;c:Loz;
      intermediary field_14381 Lnet/minecraft/class_2932;field_14381:Lnet/minecraft/class_2932;
      named CHUNK Lnet/minecraft/world/level/storage/LevelDataType;CHUNK:Lnet/minecraft/world/level/storage/LevelDataType;
    • BLOCK_ENTITY

      public static final LevelDataType BLOCK_ENTITY
      Mappings:
      Namespace Name Mixin selector
      official d Loz;d:Loz;
      intermediary field_14382 Lnet/minecraft/class_2932;field_14382:Lnet/minecraft/class_2932;
      named BLOCK_ENTITY Lnet/minecraft/world/level/storage/LevelDataType;BLOCK_ENTITY:Lnet/minecraft/world/level/storage/LevelDataType;
    • ENTITY

      public static final LevelDataType ENTITY
      Mappings:
      Namespace Name Mixin selector
      official e Loz;e:Loz;
      intermediary field_14383 Lnet/minecraft/class_2932;field_14383:Lnet/minecraft/class_2932;
      named ENTITY Lnet/minecraft/world/level/storage/LevelDataType;ENTITY:Lnet/minecraft/world/level/storage/LevelDataType;
    • ITEM_INSTANCE

      public static final LevelDataType ITEM_INSTANCE
      Mappings:
      Namespace Name Mixin selector
      official f Loz;f:Loz;
      intermediary field_14384 Lnet/minecraft/class_2932;field_14384:Lnet/minecraft/class_2932;
      named ITEM_INSTANCE Lnet/minecraft/world/level/storage/LevelDataType;ITEM_INSTANCE:Lnet/minecraft/world/level/storage/LevelDataType;
  • Constructor Details

    • LevelDataType

      private LevelDataType()
  • Method Details

    • values

      public static LevelDataType[] 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 LevelDataType 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