Class ChunkLoadingCounter

java.lang.Object
net.minecraft.world.chunk.ChunkLoadingCounter

public class ChunkLoadingCounter extends Object
Mappings:
Namespace Name
named net/minecraft/world/chunk/ChunkLoadingCounter
intermediary net/minecraft/class_11542
official awa
  • Field Details

    • nonFullChunks

      private final List<ChunkHolder> nonFullChunks
      Mappings:
      Namespace Name Mixin selector
      named nonFullChunks Lnet/minecraft/world/chunk/ChunkLoadingCounter;nonFullChunks:Ljava/util/List;
      intermediary field_61082 Lnet/minecraft/class_11542;field_61082:Ljava/util/List;
      official a Lawa;a:Ljava/util/List;
    • totalChunks

      private int totalChunks
      Mappings:
      Namespace Name Mixin selector
      named totalChunks Lnet/minecraft/world/chunk/ChunkLoadingCounter;totalChunks:I
      intermediary field_61083 Lnet/minecraft/class_11542;field_61083:I
      official b Lawa;b:I
  • Constructor Details

    • ChunkLoadingCounter

      public ChunkLoadingCounter()
  • Method Details

    • load

      public void load(ServerWorld world, Runnable runnable)
      Mappings:
      Namespace Name Mixin selector
      named load Lnet/minecraft/world/chunk/ChunkLoadingCounter;load(Lnet/minecraft/server/world/ServerWorld;Ljava/lang/Runnable;)V
      intermediary method_72247 Lnet/minecraft/class_11542;method_72247(Lnet/minecraft/class_3218;Ljava/lang/Runnable;)V
      official a Lawa;a(Lawx;Ljava/lang/Runnable;)V
    • getFullChunks

      public int getFullChunks()
      Mappings:
      Namespace Name Mixin selector
      named getFullChunks Lnet/minecraft/world/chunk/ChunkLoadingCounter;getFullChunks()I
      intermediary method_72245 Lnet/minecraft/class_11542;method_72245()I
      official a Lawa;a()I
    • getNonFullChunks

      public int getNonFullChunks()
      Mappings:
      Namespace Name Mixin selector
      named getNonFullChunks Lnet/minecraft/world/chunk/ChunkLoadingCounter;getNonFullChunks()I
      intermediary method_72249 Lnet/minecraft/class_11542;method_72249()I
      official b Lawa;b()I
    • getTotalChunks

      public int getTotalChunks()
      Mappings:
      Namespace Name Mixin selector
      named getTotalChunks Lnet/minecraft/world/chunk/ChunkLoadingCounter;getTotalChunks()I
      intermediary method_72251 Lnet/minecraft/class_11542;method_72251()I
      official c Lawa;c()I