Package net.minecraft.server.world
Class ChunkLevels
java.lang.Object
net.minecraft.server.world.ChunkLevels
- Mappings:
Namespace Name official ajsintermediary net/minecraft/class_8563named net/minecraft/server/world/ChunkLevels
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate static final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetLevelFromStatus(ChunkStatus status) static intstatic ChunkStatusgetStatus(int level) static ChunkLevelTypegetType(int level) static booleanisAccessible(int level) static booleanshouldTickBlocks(int level) static booleanshouldTickEntities(int level)
-
Field Details
-
FULL
private static final int FULL- See Also:
- Mappings:
Namespace Name Mixin selector official bLajs;b:Iintermediary field_44850Lnet/minecraft/class_8563;field_44850:Inamed FULLLnet/minecraft/server/world/ChunkLevels;FULL:I
-
BLOCK_TICKING
private static final int BLOCK_TICKING- See Also:
- Mappings:
Namespace Name Mixin selector official cLajs;c:Iintermediary field_44851Lnet/minecraft/class_8563;field_44851:Inamed BLOCK_TICKINGLnet/minecraft/server/world/ChunkLevels;BLOCK_TICKING:I
-
ENTITY_TICKING
private static final int ENTITY_TICKING- See Also:
- Mappings:
Namespace Name Mixin selector official dLajs;d:Iintermediary field_44852Lnet/minecraft/class_8563;field_44852:Inamed ENTITY_TICKINGLnet/minecraft/server/world/ChunkLevels;ENTITY_TICKING:I
-
INACCESSIBLE
public static final int INACCESSIBLE- Mappings:
Namespace Name Mixin selector official aLajs;a:Iintermediary field_44849Lnet/minecraft/class_8563;field_44849:Inamed INACCESSIBLELnet/minecraft/server/world/ChunkLevels;INACCESSIBLE:I
-
-
Constructor Details
-
ChunkLevels
public ChunkLevels()
-
-
Method Details
-
getStatus
- Mappings:
Namespace Name Mixin selector official aLajs;a(I)Ldgz;intermediary method_51827Lnet/minecraft/class_8563;method_51827(I)Lnet/minecraft/class_2806;named getStatusLnet/minecraft/server/world/ChunkLevels;getStatus(I)Lnet/minecraft/world/chunk/ChunkStatus;
-
getLevelFromStatus
- Mappings:
Namespace Name Mixin selector official aLajs;a(Ldgz;)Iintermediary method_51829Lnet/minecraft/class_8563;method_51829(Lnet/minecraft/class_2806;)Inamed getLevelFromStatusLnet/minecraft/server/world/ChunkLevels;getLevelFromStatus(Lnet/minecraft/world/chunk/ChunkStatus;)I
-
getType
- Mappings:
Namespace Name Mixin selector official bLajs;b(I)Lakb;intermediary method_51830Lnet/minecraft/class_8563;method_51830(I)Lnet/minecraft/class_3194;named getTypeLnet/minecraft/server/world/ChunkLevels;getType(I)Lnet/minecraft/server/world/ChunkLevelType;
-
getLevelFromType
- Mappings:
Namespace Name Mixin selector official aLajs;a(Lakb;)Iintermediary method_51828Lnet/minecraft/class_8563;method_51828(Lnet/minecraft/class_3194;)Inamed getLevelFromTypeLnet/minecraft/server/world/ChunkLevels;getLevelFromType(Lnet/minecraft/server/world/ChunkLevelType;)I
-
shouldTickEntities
public static boolean shouldTickEntities(int level) - Mappings:
Namespace Name Mixin selector official cLajs;c(I)Zintermediary method_51831Lnet/minecraft/class_8563;method_51831(I)Znamed shouldTickEntitiesLnet/minecraft/server/world/ChunkLevels;shouldTickEntities(I)Z
-
shouldTickBlocks
public static boolean shouldTickBlocks(int level) - Mappings:
Namespace Name Mixin selector official dLajs;d(I)Zintermediary method_51832Lnet/minecraft/class_8563;method_51832(I)Znamed shouldTickBlocksLnet/minecraft/server/world/ChunkLevels;shouldTickBlocks(I)Z
-
isAccessible
public static boolean isAccessible(int level) - Mappings:
Namespace Name Mixin selector official eLajs;e(I)Zintermediary method_51833Lnet/minecraft/class_8563;method_51833(I)Znamed isAccessibleLnet/minecraft/server/world/ChunkLevels;isAccessible(I)Z
-