Package com.infernalsuite.asp.api
Interface SlimeDataConverter
@Internal
public interface SlimeDataConverter
-
Method Summary
Modifier and TypeMethodDescriptionapplyDataFixers
(SlimeWorld world) net.kyori.adventure.nbt.ListBinaryTag
convertBlockPalette
(net.kyori.adventure.nbt.ListBinaryTag input, int from, int to) net.kyori.adventure.nbt.CompoundBinaryTag
convertChunkTo1_13
(net.kyori.adventure.nbt.CompoundBinaryTag globalTag) List
<net.kyori.adventure.nbt.CompoundBinaryTag> convertEntities
(List<net.kyori.adventure.nbt.CompoundBinaryTag> input, int from, int to) List
<net.kyori.adventure.nbt.CompoundBinaryTag> convertTileEntities
(List<net.kyori.adventure.nbt.CompoundBinaryTag> input, int from, int to)
-
Method Details
-
applyDataFixers
-
convertChunkTo1_13
net.kyori.adventure.nbt.CompoundBinaryTag convertChunkTo1_13(net.kyori.adventure.nbt.CompoundBinaryTag globalTag) -
convertEntities
-
convertTileEntities
-
convertBlockPalette
net.kyori.adventure.nbt.ListBinaryTag convertBlockPalette(net.kyori.adventure.nbt.ListBinaryTag input, int from, int to)
-