Interface SlimeDataConverter


@Internal public interface SlimeDataConverter
  • Method Summary

    Modifier and Type
    Method
    Description
     
    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

      SlimeWorld applyDataFixers(SlimeWorld world)
    • convertChunkTo1_13

      net.kyori.adventure.nbt.CompoundBinaryTag convertChunkTo1_13(net.kyori.adventure.nbt.CompoundBinaryTag globalTag)
    • convertEntities

      List<net.kyori.adventure.nbt.CompoundBinaryTag> convertEntities(List<net.kyori.adventure.nbt.CompoundBinaryTag> input, int from, int to)
    • convertTileEntities

      List<net.kyori.adventure.nbt.CompoundBinaryTag> convertTileEntities(List<net.kyori.adventure.nbt.CompoundBinaryTag> input, int from, int to)
    • convertBlockPalette

      net.kyori.adventure.nbt.ListBinaryTag convertBlockPalette(net.kyori.adventure.nbt.ListBinaryTag input, int from, int to)