Package team.lodestar.lodestone.helpers
Class NBTHelper
java.lang.Object
team.lodestar.lodestone.helpers.NBTHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.core.BlockPosreadBlockPos(net.minecraft.nbt.CompoundTag tag) static net.minecraft.core.BlockPosreadBlockPos(net.minecraft.nbt.ListTag tag, int index) static net.minecraft.nbt.CompoundTagsaveBlockPos(net.minecraft.core.BlockPos pos) static net.minecraft.nbt.CompoundTagsaveBlockPos(net.minecraft.nbt.CompoundTag tag, net.minecraft.core.BlockPos pos) static net.minecraft.nbt.ListTagsaveBlockPosToList(net.minecraft.core.BlockPos pos) static net.minecraft.nbt.ListTagsaveBlockPosToList(net.minecraft.nbt.ListTag tag, net.minecraft.core.BlockPos pos)
-
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)
-