JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
LEVEL
Mappings:
Namespace
Name
Mixin selector
official
a
Lrw;a:Lrw;
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
Mappings:
Namespace
Name
Mixin selector
official
b
Lrw;b:Lrw;
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
Mappings:
Namespace
Name
Mixin selector
official
c
Lrw;c:Lrw;
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
Mappings:
Namespace
Name
Mixin selector
official
d
Lrw;d:Lrw;
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
Mappings:
Namespace
Name
Mixin selector
official
e
Lrw;e:Lrw;
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
Mappings:
Namespace
Name
Mixin selector
official
f
Lrw;f:Lrw;
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;
OPTIONS
Mappings:
Namespace
Name
Mixin selector
official
g
Lrw;g:Lrw;
intermediary
field_15022
Lnet/minecraft/class_2932;field_15022:Lnet/minecraft/class_2932;
named
OPTIONS
Lnet/minecraft/world/level/storage/LevelDataType;OPTIONS:Lnet/minecraft/world/level/storage/LevelDataType;
STRUCTURE
Mappings:
Namespace
Name
Mixin selector
official
h
Lrw;h:Lrw;
intermediary
field_15434
Lnet/minecraft/class_2932;field_15434:Lnet/minecraft/class_2932;
named
STRUCTURE
Lnet/minecraft/world/level/storage/LevelDataType;STRUCTURE:Lnet/minecraft/world/level/storage/LevelDataType;
Constructor Details
LevelDataType
private LevelDataType ()
Method Details
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
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