Class ChunkLevels

java.lang.Object
net.minecraft.server.world.ChunkLevels

public class ChunkLevels extends Object
Mappings:
Namespace Name
official ajz
intermediary net/minecraft/class_8563
named net/minecraft/server/world/ChunkLevels
  • Field Details

    • FULL

      private static final int FULL
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Lajz;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 Lajz;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 Lajz;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 Lajz;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

      public static ChunkStatus getStatus(int level)
      Mappings:
      Namespace Name Mixin selector
      official a Lajz;a(I)Ldhk;
      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

      public static int getLevelFromStatus(ChunkStatus status)
      Mappings:
      Namespace Name Mixin selector
      official a Lajz;a(Ldhk;)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

      public static ChunkLevelType getType(int level)
      Mappings:
      Namespace Name Mixin selector
      official b Lajz;b(I)Lakj;
      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

      public static int getLevelFromType(ChunkLevelType type)
      Mappings:
      Namespace Name Mixin selector
      official a Lajz;a(Lakj;)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 Lajz;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 Lajz;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 Lajz;e(I)Z
      intermediary method_51833 Lnet/minecraft/class_8563;method_51833(I)Z
      named isAccessible Lnet/minecraft/server/world/ChunkLevels;isAccessible(I)Z