Uses of Class
com.github.imdabigboss.easydatapack.api.enchantments.CustomEnchantment
Packages that use CustomEnchantment
Package
Description
-
Uses of CustomEnchantment in com.github.imdabigboss.easydatapack.api
Methods in com.github.imdabigboss.easydatapack.api with parameters of type CustomEnchantmentModifier and TypeMethodDescriptionabstract voidCustomAdder.register(CustomEnchantment enchantment)Registers a custom enchantment. -
Uses of CustomEnchantment in com.github.imdabigboss.easydatapack.api.enchantments
Methods in com.github.imdabigboss.easydatapack.api.enchantments that return CustomEnchantmentModifier and TypeMethodDescription@NonNull CustomEnchantmentCustomEnchantment.Builder.build()Builds the enchantment. -
Uses of CustomEnchantment in com.github.imdabigboss.easydatapack.api.managers
Methods in com.github.imdabigboss.easydatapack.api.managers that return types with arguments of type CustomEnchantmentModifier and TypeMethodDescription@NonNull List<CustomEnchantment>EnchantmentManager.getEnchantments()Gets a list of all registered custom enchantments. -
Uses of CustomEnchantment in com.github.imdabigboss.easydatapack.backend
Methods in com.github.imdabigboss.easydatapack.backend with parameters of type CustomEnchantment -
Uses of CustomEnchantment in com.github.imdabigboss.easydatapack.backend.managers
Methods in com.github.imdabigboss.easydatapack.backend.managers that return types with arguments of type CustomEnchantmentModifier and TypeMethodDescription@NonNull List<CustomEnchantment>EnchantmentManagerImpl.getEnchantments()Methods in com.github.imdabigboss.easydatapack.backend.managers with parameters of type CustomEnchantmentModifier and TypeMethodDescriptionvoidEnchantmentManagerImpl.registerCustomEnchantment(CustomEnchantment enchantment)