Uses of Class
com.github.imdabigboss.easydatapack.api.exceptions.CustomItemException
Packages that use CustomItemException
-
Uses of CustomItemException in com.github.imdabigboss.easydatapack.api.items
Methods in com.github.imdabigboss.easydatapack.api.items that throw CustomItemExceptionModifier and TypeMethodDescription@NonNull CustomItem.BuilderCustomItem.Builder.allowedEnchantment(@NonNull org.bukkit.enchantments.Enchantment... enchantments)Adds an allowed enchantment to the item, this can be used if the base material doesn't allow the enchantment by default.@NonNull CustomItem.BuilderCustomItem.Builder.forbiddenEnchantment(@NonNull org.bukkit.enchantments.Enchantment... enchantments)Adds a forbidden enchantment to the item, this can be used if the base material allows the enchantment by default.