Class NBTHelper

java.lang.Object
team.lodestar.lodestone.helpers.NBTHelper

public class NBTHelper extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.core.BlockPos
    readBlockPos(net.minecraft.nbt.CompoundTag tag)
     
    static net.minecraft.core.BlockPos
    readBlockPos(net.minecraft.nbt.ListTag tag, int index)
     
    static net.minecraft.nbt.CompoundTag
    saveBlockPos(net.minecraft.core.BlockPos pos)
     
    static net.minecraft.nbt.CompoundTag
    saveBlockPos(net.minecraft.nbt.CompoundTag tag, net.minecraft.core.BlockPos pos)
     
    static net.minecraft.nbt.ListTag
    saveBlockPosToList(net.minecraft.core.BlockPos pos)
     
    static net.minecraft.nbt.ListTag
    saveBlockPosToList(net.minecraft.nbt.ListTag tag, net.minecraft.core.BlockPos pos)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NBTHelper

      public NBTHelper()
  • Method Details

    • readBlockPos

      public static net.minecraft.core.BlockPos readBlockPos(net.minecraft.nbt.CompoundTag tag)
    • readBlockPos

      public static net.minecraft.core.BlockPos readBlockPos(net.minecraft.nbt.ListTag tag, int index)
    • saveBlockPos

      public static net.minecraft.nbt.CompoundTag saveBlockPos(net.minecraft.core.BlockPos pos)
    • saveBlockPos

      public static net.minecraft.nbt.CompoundTag saveBlockPos(net.minecraft.nbt.CompoundTag tag, net.minecraft.core.BlockPos pos)
    • saveBlockPosToList

      public static net.minecraft.nbt.ListTag saveBlockPosToList(net.minecraft.core.BlockPos pos)
    • saveBlockPosToList

      public static net.minecraft.nbt.ListTag saveBlockPosToList(net.minecraft.nbt.ListTag tag, net.minecraft.core.BlockPos pos)