Class ChunkLevels

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

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

    • FULL

      private static final int FULL
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named FULL Lnet/minecraft/server/world/ChunkLevels;FULL:I
      intermediary field_44850 Lnet/minecraft/class_8563;field_44850:I
      official c Laqa;c:I
    • BLOCK_TICKING

      private static final int BLOCK_TICKING
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named BLOCK_TICKING Lnet/minecraft/server/world/ChunkLevels;BLOCK_TICKING:I
      intermediary field_44851 Lnet/minecraft/class_8563;field_44851:I
      official d Laqa;d:I
    • ENTITY_TICKING

      private static final int ENTITY_TICKING
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named ENTITY_TICKING Lnet/minecraft/server/world/ChunkLevels;ENTITY_TICKING:I
      intermediary field_44852 Lnet/minecraft/class_8563;field_44852:I
      official e Laqa;e:I
    • FULL_GENERATION_STEP

      private static final ChunkGenerationStep FULL_GENERATION_STEP
      Mappings:
      Namespace Name Mixin selector
      named FULL_GENERATION_STEP Lnet/minecraft/server/world/ChunkLevels;FULL_GENERATION_STEP:Lnet/minecraft/world/chunk/ChunkGenerationStep;
      intermediary field_51860 Lnet/minecraft/class_8563;field_51860:Lnet/minecraft/class_9770;
      official f Laqa;f:Ldwc;
    • FULL_GENERATION_REQUIRED_LEVEL

      public static final int FULL_GENERATION_REQUIRED_LEVEL
      Mappings:
      Namespace Name Mixin selector
      named FULL_GENERATION_REQUIRED_LEVEL Lnet/minecraft/server/world/ChunkLevels;FULL_GENERATION_REQUIRED_LEVEL:I
      intermediary field_51859 Lnet/minecraft/class_8563;field_51859:I
      official a Laqa;a:I
    • INACCESSIBLE

      public static final int INACCESSIBLE
      Mappings:
      Namespace Name Mixin selector
      named INACCESSIBLE Lnet/minecraft/server/world/ChunkLevels;INACCESSIBLE:I
      intermediary field_44849 Lnet/minecraft/class_8563;field_44849:I
      official b Laqa;b:I
  • Constructor Details

    • ChunkLevels

      public ChunkLevels()
  • Method Details

    • getStatus

      @Nullable public static @Nullable ChunkStatus getStatus(int level)
      Mappings:
      Namespace Name Mixin selector
      named getStatus Lnet/minecraft/server/world/ChunkLevels;getStatus(I)Lnet/minecraft/world/chunk/ChunkStatus;
      intermediary method_51827 Lnet/minecraft/class_8563;method_51827(I)Lnet/minecraft/class_2806;
      official a Laqa;a(I)Ldvz;
    • getStatusForAdditionalLevel

      @Contract("_,!null->!null;_,_->_") @Nullable public static @Nullable ChunkStatus getStatusForAdditionalLevel(int additionalLevel, @Nullable @Nullable ChunkStatus emptyStatus)
      Mappings:
      Namespace Name Mixin selector
      named getStatusForAdditionalLevel Lnet/minecraft/server/world/ChunkLevels;getStatusForAdditionalLevel(ILnet/minecraft/world/chunk/ChunkStatus;)Lnet/minecraft/world/chunk/ChunkStatus;
      intermediary method_60437 Lnet/minecraft/class_8563;method_60437(ILnet/minecraft/class_2806;)Lnet/minecraft/class_2806;
      official a Laqa;a(ILdvz;)Ldvz;
    • getStatusForAdditionalLevel

      public static ChunkStatus getStatusForAdditionalLevel(int level)
      Mappings:
      Namespace Name Mixin selector
      named getStatusForAdditionalLevel Lnet/minecraft/server/world/ChunkLevels;getStatusForAdditionalLevel(I)Lnet/minecraft/world/chunk/ChunkStatus;
      intermediary method_60438 Lnet/minecraft/class_8563;method_60438(I)Lnet/minecraft/class_2806;
      official b Laqa;b(I)Ldvz;
    • getLevelFromStatus

      public static int getLevelFromStatus(ChunkStatus status)
      Mappings:
      Namespace Name Mixin selector
      named getLevelFromStatus Lnet/minecraft/server/world/ChunkLevels;getLevelFromStatus(Lnet/minecraft/world/chunk/ChunkStatus;)I
      intermediary method_51829 Lnet/minecraft/class_8563;method_51829(Lnet/minecraft/class_2806;)I
      official a Laqa;a(Ldvz;)I
    • getType

      public static ChunkLevelType getType(int level)
      Mappings:
      Namespace Name Mixin selector
      named getType Lnet/minecraft/server/world/ChunkLevels;getType(I)Lnet/minecraft/server/world/ChunkLevelType;
      intermediary method_51830 Lnet/minecraft/class_8563;method_51830(I)Lnet/minecraft/class_3194;
      official c Laqa;c(I)Laql;
    • getLevelFromType

      public static int getLevelFromType(ChunkLevelType type)
      Mappings:
      Namespace Name Mixin selector
      named getLevelFromType Lnet/minecraft/server/world/ChunkLevels;getLevelFromType(Lnet/minecraft/server/world/ChunkLevelType;)I
      intermediary method_51828 Lnet/minecraft/class_8563;method_51828(Lnet/minecraft/class_3194;)I
      official a Laqa;a(Laql;)I
    • shouldTickEntities

      public static boolean shouldTickEntities(int level)
      Mappings:
      Namespace Name Mixin selector
      named shouldTickEntities Lnet/minecraft/server/world/ChunkLevels;shouldTickEntities(I)Z
      intermediary method_51831 Lnet/minecraft/class_8563;method_51831(I)Z
      official d Laqa;d(I)Z
    • shouldTickBlocks

      public static boolean shouldTickBlocks(int level)
      Mappings:
      Namespace Name Mixin selector
      named shouldTickBlocks Lnet/minecraft/server/world/ChunkLevels;shouldTickBlocks(I)Z
      intermediary method_51832 Lnet/minecraft/class_8563;method_51832(I)Z
      official e Laqa;e(I)Z
    • isAccessible

      public static boolean isAccessible(int level)
      Mappings:
      Namespace Name Mixin selector
      named isAccessible Lnet/minecraft/server/world/ChunkLevels;isAccessible(I)Z
      intermediary method_51833 Lnet/minecraft/class_8563;method_51833(I)Z
      official f Laqa;f(I)Z