Package net.minecraft.server.world
Enum Class ChunkLevelType
- All Implemented Interfaces:
Serializable,Comparable<ChunkLevelType>,Constable
- Mappings:
Namespace Name named net/minecraft/server/world/ChunkLevelTypeintermediary net/minecraft/class_3194official arw
-
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(ChunkLevelType levelType) static ChunkLevelTypeReturns the enum constant of this class with the specified name.static ChunkLevelType[]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 named INACCESSIBLELnet/minecraft/server/world/ChunkLevelType;INACCESSIBLE:Lnet/minecraft/server/world/ChunkLevelType;intermediary field_19334Lnet/minecraft/class_3194;field_19334:Lnet/minecraft/class_3194;official aLarw;a:Larw;
-
FULL
- Mappings:
Namespace Name Mixin selector named FULLLnet/minecraft/server/world/ChunkLevelType;FULL:Lnet/minecraft/server/world/ChunkLevelType;intermediary field_44855Lnet/minecraft/class_3194;field_44855:Lnet/minecraft/class_3194;official bLarw;b:Larw;
-
BLOCK_TICKING
- Mappings:
Namespace Name Mixin selector named BLOCK_TICKINGLnet/minecraft/server/world/ChunkLevelType;BLOCK_TICKING:Lnet/minecraft/server/world/ChunkLevelType;intermediary field_44856Lnet/minecraft/class_3194;field_44856:Lnet/minecraft/class_3194;official cLarw;c:Larw;
-
ENTITY_TICKING
- Mappings:
Namespace Name Mixin selector named ENTITY_TICKINGLnet/minecraft/server/world/ChunkLevelType;ENTITY_TICKING:Lnet/minecraft/server/world/ChunkLevelType;intermediary field_13877Lnet/minecraft/class_3194;field_13877:Lnet/minecraft/class_3194;official dLarw;d:Larw;
-
-
Constructor Details
-
ChunkLevelType
private ChunkLevelType()
-
-
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 named isAfterLnet/minecraft/server/world/ChunkLevelType;isAfter(Lnet/minecraft/server/world/ChunkLevelType;)Zintermediary method_14014Lnet/minecraft/class_3194;method_14014(Lnet/minecraft/class_3194;)Zofficial aLarw;a(Larw;)Z
-