Class NbtUtils
java.lang.Object
net.thomilist.dimensionalinventories.gametest.util.NbtUtils
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
NbtUtils
public NbtUtils()
-
-
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)
-