Class DataFile

java.lang.Object
net.minecraft.world.chunk.storage.DataFile
All Implemented Interfaces:
Comparable

class DataFile extends Object implements Comparable
Mappings:
Namespace Name
intermediary net/minecraft/class_634
glue class_96
server cn
client dz
named net/minecraft/world/chunk/storage/DataFile
  • Field Details

    • file

      private final File file
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2754 Lnet/minecraft/class_634;field_2754:Ljava/io/File;
      glue field_228 Lclass_96;field_228:Ljava/io/File;
      server a Lcn;a:Ljava/io/File;
      client a Ldz;a:Ljava/io/File;
      named file Lnet/minecraft/world/chunk/storage/DataFile;file:Ljava/io/File;
    • chunkX

      private final int chunkX
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2755 Lnet/minecraft/class_634;field_2755:I
      glue field_229 Lclass_96;field_229:I
      server b Lcn;b:I
      client b Ldz;b:I
      named chunkX Lnet/minecraft/world/chunk/storage/DataFile;chunkX:I
    • chunkZ

      private final int chunkZ
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2756 Lnet/minecraft/class_634;field_2756:I
      glue field_230 Lclass_96;field_230:I
      server c Lcn;c:I
      client c Ldz;c:I
      named chunkZ Lnet/minecraft/world/chunk/storage/DataFile;chunkZ:I
  • Constructor Details

    • DataFile

      public DataFile(File file)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_634;<init>(Ljava/io/File;)V
      glue <init> Lclass_96;<init>(Ljava/io/File;)V
      server <init> Lcn;<init>(Ljava/io/File;)V
      client <init> Ldz;<init>(Ljava/io/File;)V
      named <init> Lnet/minecraft/world/chunk/storage/DataFile;<init>(Ljava/io/File;)V
  • Method Details

    • compareTo

      public int compareTo(DataFile dataFile)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_2096 Lnet/minecraft/class_634;method_2096(Lnet/minecraft/class_634;)I
      glue method_298 Lclass_96;method_298(Lclass_96;)I
      server a Lcn;a(Lcn;)I
      client a Ldz;a(Ldz;)I
      named compareTo Lnet/minecraft/world/chunk/storage/DataFile;compareTo(Lnet/minecraft/world/chunk/storage/DataFile;)I
    • getFile

      public File getFile()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_2095 Lnet/minecraft/class_634;method_2095()Ljava/io/File;
      glue method_297 Lclass_96;method_297()Ljava/io/File;
      server a Lcn;a()Ljava/io/File;
      client a Ldz;a()Ljava/io/File;
      named getFile Lnet/minecraft/world/chunk/storage/DataFile;getFile()Ljava/io/File;
    • getChunkX

      public int getChunkX()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_2097 Lnet/minecraft/class_634;method_2097()I
      glue method_299 Lclass_96;method_299()I
      server b Lcn;b()I
      client b Ldz;b()I
      named getChunkX Lnet/minecraft/world/chunk/storage/DataFile;getChunkX()I
    • getChunkZ

      public int getChunkZ()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_2098 Lnet/minecraft/class_634;method_2098()I
      glue method_300 Lclass_96;method_300()I
      server c Lcn;c()I
      client c Ldz;c()I
      named getChunkZ Lnet/minecraft/world/chunk/storage/DataFile;getChunkZ()I