Class NBTHelper

java.lang.Object
de.teamlapen.werewolves.util.NBTHelper

public class NBTHelper extends Object
  • Constructor Details

    • NBTHelper

      public NBTHelper()
  • Method Details

    • containsString

      public static boolean containsString(net.minecraft.nbt.CompoundTag nbt, String key)
    • containsLong

      public static boolean containsLong(net.minecraft.nbt.CompoundTag nbt, String key)
    • nbtWith

      public static net.minecraft.nbt.CompoundTag nbtWith(Consumer<net.minecraft.nbt.CompoundTag> data)