Package net.minecraft.server.world
Class ChunkLevels
java.lang.Object
net.minecraft.server.world.ChunkLevels
- Mappings:
Namespace Name official amm
intermediary net/minecraft/class_8563
named net/minecraft/server/world/ChunkLevels
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
private static final int
private static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
getLevelFromStatus
(ChunkStatus status) static int
static ChunkStatus
getStatus
(int level) static ChunkLevelType
getType
(int level) static boolean
isAccessible
(int level) static boolean
shouldTickBlocks
(int level) static boolean
shouldTickEntities
(int level)
-
Field Details
-
FULL
private static final int FULL- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lamm;b:I
intermediary field_44850
Lnet/minecraft/class_8563;field_44850:I
named FULL
Lnet/minecraft/server/world/ChunkLevels;FULL:I
-
BLOCK_TICKING
private static final int BLOCK_TICKING- See Also:
- Mappings:
Namespace Name Mixin selector official c
Lamm;c:I
intermediary field_44851
Lnet/minecraft/class_8563;field_44851:I
named BLOCK_TICKING
Lnet/minecraft/server/world/ChunkLevels;BLOCK_TICKING:I
-
ENTITY_TICKING
private static final int ENTITY_TICKING- See Also:
- Mappings:
Namespace Name Mixin selector official d
Lamm;d:I
intermediary field_44852
Lnet/minecraft/class_8563;field_44852:I
named ENTITY_TICKING
Lnet/minecraft/server/world/ChunkLevels;ENTITY_TICKING:I
-
INACCESSIBLE
public static final int INACCESSIBLE- Mappings:
Namespace Name Mixin selector official a
Lamm;a:I
intermediary field_44849
Lnet/minecraft/class_8563;field_44849:I
named INACCESSIBLE
Lnet/minecraft/server/world/ChunkLevels;INACCESSIBLE:I
-
-
Constructor Details
-
ChunkLevels
public ChunkLevels()
-
-
Method Details
-
getStatus
- Mappings:
Namespace Name Mixin selector official a
Lamm;a(I)Ldli;
intermediary method_51827
Lnet/minecraft/class_8563;method_51827(I)Lnet/minecraft/class_2806;
named getStatus
Lnet/minecraft/server/world/ChunkLevels;getStatus(I)Lnet/minecraft/world/chunk/ChunkStatus;
-
getLevelFromStatus
- Mappings:
Namespace Name Mixin selector official a
Lamm;a(Ldli;)I
intermediary method_51829
Lnet/minecraft/class_8563;method_51829(Lnet/minecraft/class_2806;)I
named getLevelFromStatus
Lnet/minecraft/server/world/ChunkLevels;getLevelFromStatus(Lnet/minecraft/world/chunk/ChunkStatus;)I
-
getType
- Mappings:
Namespace Name Mixin selector official b
Lamm;b(I)Lamw;
intermediary method_51830
Lnet/minecraft/class_8563;method_51830(I)Lnet/minecraft/class_3194;
named getType
Lnet/minecraft/server/world/ChunkLevels;getType(I)Lnet/minecraft/server/world/ChunkLevelType;
-
getLevelFromType
- Mappings:
Namespace Name Mixin selector official a
Lamm;a(Lamw;)I
intermediary method_51828
Lnet/minecraft/class_8563;method_51828(Lnet/minecraft/class_3194;)I
named getLevelFromType
Lnet/minecraft/server/world/ChunkLevels;getLevelFromType(Lnet/minecraft/server/world/ChunkLevelType;)I
-
shouldTickEntities
public static boolean shouldTickEntities(int level) - Mappings:
Namespace Name Mixin selector official c
Lamm;c(I)Z
intermediary method_51831
Lnet/minecraft/class_8563;method_51831(I)Z
named shouldTickEntities
Lnet/minecraft/server/world/ChunkLevels;shouldTickEntities(I)Z
-
shouldTickBlocks
public static boolean shouldTickBlocks(int level) - Mappings:
Namespace Name Mixin selector official d
Lamm;d(I)Z
intermediary method_51832
Lnet/minecraft/class_8563;method_51832(I)Z
named shouldTickBlocks
Lnet/minecraft/server/world/ChunkLevels;shouldTickBlocks(I)Z
-
isAccessible
public static boolean isAccessible(int level) - Mappings:
Namespace Name Mixin selector official e
Lamm;e(I)Z
intermediary method_51833
Lnet/minecraft/class_8563;method_51833(I)Z
named isAccessible
Lnet/minecraft/server/world/ChunkLevels;isAccessible(I)Z
-