Class ThreadedAnvilChunkStorage

java.lang.Object
net.minecraft.world.chunk.ThreadedAnvilChunkStorage
All Implemented Interfaces:
class_645, ChunkWriter

public class ThreadedAnvilChunkStorage
extends Object
implements ChunkWriter, class_645
Mappings:
Namespace Name
official anj
intermediary net/minecraft/class_410
named net/minecraft/world/chunk/ThreadedAnvilChunkStorage
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Lanj;a:Lorg/apache/logging/log4j/Logger;
      intermediary field_1630 Lnet/minecraft/class_410;field_1630:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/world/chunk/ThreadedAnvilChunkStorage;LOGGER:Lorg/apache/logging/log4j/Logger;
    • field_1631

      private Map<ChunkPos,​CompoundTag> field_1631
      Mappings:
      Namespace Name Mixin selector
      official b Lanj;b:Ljava/util/Map;
      intermediary field_1631 Lnet/minecraft/class_410;field_1631:Ljava/util/Map;
      named field_1631 Lnet/minecraft/world/chunk/ThreadedAnvilChunkStorage;field_1631:Ljava/util/Map;
    • field_1632

      private Set<ChunkPos> field_1632
      Mappings:
      Namespace Name Mixin selector
      official c Lanj;c:Ljava/util/Set;
      intermediary field_1632 Lnet/minecraft/class_410;field_1632:Ljava/util/Set;
      named field_1632 Lnet/minecraft/world/chunk/ThreadedAnvilChunkStorage;field_1632:Ljava/util/Set;
    • chunkFile

      private final File chunkFile
      Mappings:
      Namespace Name Mixin selector
      official d Lanj;d:Ljava/io/File;
      intermediary field_1633 Lnet/minecraft/class_410;field_1633:Ljava/io/File;
      named chunkFile Lnet/minecraft/world/chunk/ThreadedAnvilChunkStorage;chunkFile:Ljava/io/File;
    • field_1634

      private boolean field_1634
      Mappings:
      Namespace Name Mixin selector
      official e Lanj;e:Z
      intermediary field_1634 Lnet/minecraft/class_410;field_1634:Z
      named field_1634 Lnet/minecraft/world/chunk/ThreadedAnvilChunkStorage;field_1634:Z
  • Constructor Details

    • ThreadedAnvilChunkStorage

      public ThreadedAnvilChunkStorage​(File file)
  • Method Details

    • method_1441

      public Chunk method_1441​(World world, int int2, int int3) throws IOException
      Specified by:
      method_1441 in interface ChunkWriter
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Land;a(Ladm;II)Lamy;
      intermediary method_1441 Lnet/minecraft/class_404;method_1441(Lnet/minecraft/class_99;II)Lnet/minecraft/class_399;
      named method_1441 Lnet/minecraft/world/chunk/ChunkWriter;method_1441(Lnet/minecraft/world/World;II)Lnet/minecraft/world/chunk/Chunk;
    • method_1462

      protected Chunk method_1462​(World world, int chunkX, int chunkZ, CompoundTag nbt)
      Mappings:
      Namespace Name Mixin selector
      official a Lanj;a(Ladm;IILdn;)Lamy;
      intermediary method_1462 Lnet/minecraft/class_410;method_1462(Lnet/minecraft/class_99;IILnet/minecraft/class_1405;)Lnet/minecraft/class_399;
      named method_1462 Lnet/minecraft/world/chunk/ThreadedAnvilChunkStorage;method_1462(Lnet/minecraft/world/World;IILnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/world/chunk/Chunk;
    • method_1442

      public void method_1442​(World world, Chunk chunk) throws IOException, WorldLoadException
      Specified by:
      method_1442 in interface ChunkWriter
      Throws:
      IOException
      WorldLoadException
      Mappings:
      Namespace Name Mixin selector
      official a Land;a(Ladm;Lamy;)V
      intermediary method_1442 Lnet/minecraft/class_404;method_1442(Lnet/minecraft/class_99;Lnet/minecraft/class_399;)V
      named method_1442 Lnet/minecraft/world/chunk/ChunkWriter;method_1442(Lnet/minecraft/world/World;Lnet/minecraft/world/chunk/Chunk;)V
    • method_1461

      protected void method_1461​(ChunkPos pos, CompoundTag tag)
      Mappings:
      Namespace Name Mixin selector
      official a Lanj;a(Ladg;Ldn;)V
      intermediary method_1461 Lnet/minecraft/class_410;method_1461(Lnet/minecraft/class_92;Lnet/minecraft/class_1405;)V
      named method_1461 Lnet/minecraft/world/chunk/ThreadedAnvilChunkStorage;method_1461(Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/nbt/CompoundTag;)V
    • method_2053

      public boolean method_2053()
      Specified by:
      method_2053 in interface class_645
      Mappings:
      Namespace Name Mixin selector
      official c Laud;c()Z
      intermediary method_2053 Lnet/minecraft/class_645;method_2053()Z
      named method_2053 Lnet/minecraft/class_645;method_2053()Z
    • method_1465

      private void method_1465​(ChunkPos chunkPos, CompoundTag compoundTag) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official b Lanj;b(Ladg;Ldn;)V
      intermediary method_1465 Lnet/minecraft/class_410;method_1465(Lnet/minecraft/class_92;Lnet/minecraft/class_1405;)V
      named method_1465 Lnet/minecraft/world/chunk/ThreadedAnvilChunkStorage;method_1465(Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/nbt/CompoundTag;)V
    • method_1444

      public void method_1444​(World world, Chunk chunk) throws IOException
      Specified by:
      method_1444 in interface ChunkWriter
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official b Land;b(Ladm;Lamy;)V
      intermediary method_1444 Lnet/minecraft/class_404;method_1444(Lnet/minecraft/class_99;Lnet/minecraft/class_399;)V
      named method_1444 Lnet/minecraft/world/chunk/ChunkWriter;method_1444(Lnet/minecraft/world/World;Lnet/minecraft/world/chunk/Chunk;)V
    • method_1440

      public void method_1440()
      Specified by:
      method_1440 in interface ChunkWriter
      Mappings:
      Namespace Name Mixin selector
      official a Land;a()V
      intermediary method_1440 Lnet/minecraft/class_404;method_1440()V
      named method_1440 Lnet/minecraft/world/chunk/ChunkWriter;method_1440()V
    • method_1443

      public void method_1443()
      Specified by:
      method_1443 in interface ChunkWriter
      Mappings:
      Namespace Name Mixin selector
      official b Land;b()V
      intermediary method_1443 Lnet/minecraft/class_404;method_1443()V
      named method_1443 Lnet/minecraft/world/chunk/ChunkWriter;method_1443()V
    • method_1464

      private void method_1464​(Chunk chunk, World world, CompoundTag tag)
      Mappings:
      Namespace Name Mixin selector
      official a Lanj;a(Lamy;Ladm;Ldn;)V
      intermediary method_1464 Lnet/minecraft/class_410;method_1464(Lnet/minecraft/class_399;Lnet/minecraft/class_99;Lnet/minecraft/class_1405;)V
      named method_1464 Lnet/minecraft/world/chunk/ThreadedAnvilChunkStorage;method_1464(Lnet/minecraft/world/chunk/Chunk;Lnet/minecraft/world/World;Lnet/minecraft/nbt/CompoundTag;)V
    • method_1463

      private Chunk method_1463​(World world, CompoundTag nbt)
      Mappings:
      Namespace Name Mixin selector
      official a Lanj;a(Ladm;Ldn;)Lamy;
      intermediary method_1463 Lnet/minecraft/class_410;method_1463(Lnet/minecraft/class_99;Lnet/minecraft/class_1405;)Lnet/minecraft/class_399;
      named method_1463 Lnet/minecraft/world/chunk/ThreadedAnvilChunkStorage;method_1463(Lnet/minecraft/world/World;Lnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/world/chunk/Chunk;