Class ChunkToProtochunkFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.ChunkToProtochunkFix
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static <T> Dynamic<T> fixChunkData(Dynamic<T> tag) makeRule()private static shortpackOffsetCoordinates(int x, int y, int z) private static <T> Dynamic<T> repackBiomes(Dynamic<T> tag) private static <T> Dynamic<T> repackTicks(Dynamic<T> tag) Methods inherited from class DataFix
checked, convertUnchecked, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, getInputSchema, getOutputSchema, getRule, getVersionKey, onFail, writeAndRead, writeFixAndRead
-
Field Details
-
NUM_SECTIONS
private static final int NUM_SECTIONS- See Also:
-
-
Constructor Details
-
ChunkToProtochunkFix
-
-
Method Details