Class ReflectSupportAE
java.lang.Object
com.ranull.graves.util.pluginsthatforceyoutopaytousetheirapibutwedecidetoreflectinstead.ReflectSupportAE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanhasWhitScroll(org.bukkit.inventory.ItemStack itemStack) static booleanisSoulbound(org.bukkit.inventory.ItemStack itemStack) Checks if the given ItemStack has the "Soulbound" enchantment, without ever statically linking against AEAPI.
-
Constructor Details
-
ReflectSupportAE
public ReflectSupportAE()
-
-
Method Details
-
isSoulbound
public static boolean isSoulbound(org.bukkit.inventory.ItemStack itemStack) Checks if the given ItemStack has the "Soulbound" enchantment, without ever statically linking against AEAPI. -
hasWhitScroll
public static boolean hasWhitScroll(org.bukkit.inventory.ItemStack itemStack)
-