Class ItemHelper
java.lang.Object
studio.magemonkey.codex.util.constants.ItemHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisAirOrNull(org.bukkit.inventory.ItemStack item) A utility method to support versions that use null or air ItemStacks.
-
Constructor Details
-
ItemHelper
public ItemHelper()
-
-
Method Details
-
isAirOrNull
public static boolean isAirOrNull(org.bukkit.inventory.ItemStack item) A utility method to support versions that use null or air ItemStacks.
-