Class NbtUtils
java.lang.Object
net.thomilist.dimensionalinventories.util.NbtUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanareEffectivelyEqual(@Nullable net.minecraft.nbt.NbtElement left, @Nullable net.minecraft.nbt.NbtElement right) static booleanisEffectivelyEmpty(@Nullable net.minecraft.nbt.NbtElement nbtElement)
-
Method Details
-
isEffectivelyEmpty
public static boolean isEffectivelyEmpty(@Nullable @Nullable net.minecraft.nbt.NbtElement nbtElement) -
areEffectivelyEqual
public static boolean areEffectivelyEqual(@Nullable @Nullable net.minecraft.nbt.NbtElement left, @Nullable @Nullable net.minecraft.nbt.NbtElement right)
-