Uses of Class
net.minecraft.world.chunk.storage.RegionFileVersion
-
Packages that use RegionFileVersion Package Description net.minecraft.world.chunk.storage -
-
Uses of RegionFileVersion in net.minecraft.world.chunk.storage
Fields in net.minecraft.world.chunk.storage declared as RegionFileVersion Modifier and Type Field Description private RegionFileVersionRegionFile. versionstatic RegionFileVersionRegionFileVersion. VERSION_DEFLATEstatic RegionFileVersionRegionFileVersion. VERSION_GZIPstatic RegionFileVersionRegionFileVersion. VERSION_NONEFields in net.minecraft.world.chunk.storage with type parameters of type RegionFileVersion Modifier and Type Field Description private static it.unimi.dsi.fastutil.ints.Int2ObjectMap<RegionFileVersion>RegionFileVersion. VERSIONSMethods in net.minecraft.world.chunk.storage that return RegionFileVersion Modifier and Type Method Description static RegionFileVersionRegionFileVersion. fromId(int p_227166_0_)private static RegionFileVersionRegionFileVersion. register(RegionFileVersion p_227167_0_)Methods in net.minecraft.world.chunk.storage with parameters of type RegionFileVersion Modifier and Type Method Description private static RegionFileVersionRegionFileVersion. register(RegionFileVersion p_227167_0_)Constructors in net.minecraft.world.chunk.storage with parameters of type RegionFileVersion Constructor Description RegionFile(java.nio.file.Path p_i231894_1_, java.nio.file.Path p_i231894_2_, RegionFileVersion p_i231894_3_, boolean p_i231894_4_)
-