Uses of Class
net.minecraft.datafixer.fix.ProtoChunkTickListFix.PalettedSection
-
Uses of ProtoChunkTickListFix.PalettedSection in net.minecraft.datafixer.fix
Modifier and TypeMethodDescriptionprivate com.mojang.serialization.Dynamic
<?> ProtoChunkTickListFix.createTileTickObject
(com.mojang.serialization.Dynamic<?> levelDynamic, @Nullable Supplier<ProtoChunkTickListFix.PalettedSection> sectionSupplier, int sectionX, int sectionY, int sectionZ, int packedLocalPos, Function<com.mojang.serialization.Dynamic<?>, String> blockIdGetter) private static com.mojang.serialization.Dynamic
<?> ChunkHeightAndBiomeFix.fixLevel
(com.mojang.serialization.Dynamic<?> level, boolean overworld, boolean heightAlreadyUpdated, boolean atNoiseStatus, Supplier<ProtoChunkTickListFix.PalettedSection> supplier) private com.mojang.serialization.Dynamic
<?> ProtoChunkTickListFix.fixToBeTicked
(com.mojang.serialization.Dynamic<?> levelDynamic, Int2ObjectMap<Supplier<ProtoChunkTickListFix.PalettedSection>> palettedSectionsByY, byte sectionY, int localX, int localZ, String key, Function<com.mojang.serialization.Dynamic<?>, String> blockIdGetter)