Class NBTExtras

java.lang.Object
com.binaris.wizardry.api.content.util.NBTExtras

public final class NBTExtras extends Object
  • Method Details

    • storeTagSafely

      public static void storeTagSafely(net.minecraft.nbt.CompoundTag compound, String key, net.minecraft.nbt.Tag tag)
    • deepContains

      public static boolean deepContains(net.minecraft.nbt.Tag toSearch, net.minecraft.nbt.Tag searchFor)
    • getTagTypeName

      public static String getTagTypeName(int id)
    • listToTag

      public static <E, T extends net.minecraft.nbt.Tag> net.minecraft.nbt.ListTag listToTag(Collection<E> list, Function<E,T> mapper)
    • tagToList

      public static <E, T extends net.minecraft.nbt.Tag> Collection<E> tagToList(net.minecraft.nbt.ListTag tagList, Function<T,E> function)