Package team.lodestar.lodestone.helpers
Class NBTHelper
java.lang.Object
team.lodestar.lodestone.helpers.NBTHelper
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NBTHelper.TagFilterstatic net.minecraft.nbt.CompoundTagfilterTag(net.minecraft.nbt.CompoundTag orig, NBTHelper.TagFilter filter) static net.minecraft.nbt.CompoundTagremoveTags(net.minecraft.nbt.CompoundTag tag, NBTHelper.TagFilter filter)
-
Constructor Details
-
NBTHelper
public NBTHelper()
-
-
Method Details
-
filterTag
public static net.minecraft.nbt.CompoundTag filterTag(net.minecraft.nbt.CompoundTag orig, NBTHelper.TagFilter filter) -
removeTags
public static net.minecraft.nbt.CompoundTag removeTags(net.minecraft.nbt.CompoundTag tag, NBTHelper.TagFilter filter) -
create
-