Package net.minecraft.server.world
Enum Class ChunkHolder.LevelType
- All Implemented Interfaces:
Serializable,Comparable<ChunkHolder.LevelType>,Constable
- Enclosing class:
ChunkHolder
- Mappings:
Namespace Name official adr$cintermediary net/minecraft/class_3193$class_3194named net/minecraft/server/world/ChunkHolder$LevelType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisAfter(ChunkHolder.LevelType levelType) static ChunkHolder.LevelTypeReturns the enum constant of this class with the specified name.static ChunkHolder.LevelType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INACCESSIBLE
- Mappings:
Namespace Name Mixin selector official aLadr$c;a:Ladr$c;intermediary field_19334Lnet/minecraft/class_3193$class_3194;field_19334:Lnet/minecraft/class_3193$class_3194;named INACCESSIBLELnet/minecraft/server/world/ChunkHolder$LevelType;INACCESSIBLE:Lnet/minecraft/server/world/ChunkHolder$LevelType;
-
BORDER
- Mappings:
Namespace Name Mixin selector official bLadr$c;b:Ladr$c;intermediary field_13876Lnet/minecraft/class_3193$class_3194;field_13876:Lnet/minecraft/class_3193$class_3194;named BORDERLnet/minecraft/server/world/ChunkHolder$LevelType;BORDER:Lnet/minecraft/server/world/ChunkHolder$LevelType;
-
TICKING
- Mappings:
Namespace Name Mixin selector official cLadr$c;c:Ladr$c;intermediary field_13875Lnet/minecraft/class_3193$class_3194;field_13875:Lnet/minecraft/class_3193$class_3194;named TICKINGLnet/minecraft/server/world/ChunkHolder$LevelType;TICKING:Lnet/minecraft/server/world/ChunkHolder$LevelType;
-
ENTITY_TICKING
- Mappings:
Namespace Name Mixin selector official dLadr$c;d:Ladr$c;intermediary field_13877Lnet/minecraft/class_3193$class_3194;field_13877:Lnet/minecraft/class_3193$class_3194;named ENTITY_TICKINGLnet/minecraft/server/world/ChunkHolder$LevelType;ENTITY_TICKING:Lnet/minecraft/server/world/ChunkHolder$LevelType;
-
-
Constructor Details
-
LevelType
private LevelType()
-
-
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 nameNullPointerException- if the argument is null
-
isAfter
- Mappings:
Namespace Name Mixin selector official aLadr$c;a(Ladr$c;)Zintermediary method_14014Lnet/minecraft/class_3193$class_3194;method_14014(Lnet/minecraft/class_3193$class_3194;)Znamed isAfterLnet/minecraft/server/world/ChunkHolder$LevelType;isAfter(Lnet/minecraft/server/world/ChunkHolder$LevelType;)Z
-