Uses of Class
org.cloudburstmc.api.enchantment.EnchantmentType
Packages that use EnchantmentType
-
Uses of EnchantmentType in org.cloudburstmc.api.enchantment
Fields in org.cloudburstmc.api.enchantment declared as EnchantmentTypeModifier and TypeFieldDescriptionstatic EnchantmentTypeEnchantmentTypes.BINDING_CURSEstatic EnchantmentTypeEnchantmentTypes.BOW_FLAMEstatic EnchantmentTypeEnchantmentTypes.BOW_INFINITYstatic EnchantmentTypeEnchantmentTypes.BOW_POWERstatic EnchantmentTypeEnchantmentTypes.BOW_PUNCHstatic EnchantmentTypeEnchantmentTypes.CROSSBOW_MULTISHOTstatic EnchantmentTypeEnchantmentTypes.CROSSBOW_PIERCINGstatic EnchantmentTypeEnchantmentTypes.CROSSBOW_QUICK_CHARGEstatic EnchantmentTypeEnchantmentTypes.DAMAGE_ARTHOPODSstatic EnchantmentTypeEnchantmentTypes.DAMAGE_SHARPNESSstatic EnchantmentTypeEnchantmentTypes.DAMAGE_SMITEstatic EnchantmentTypeEnchantmentTypes.DURABILITYstatic EnchantmentTypeEnchantmentTypes.EFFICIENCYstatic EnchantmentTypeEnchantmentTypes.EXPLOSION_PROTECTIONstatic EnchantmentTypeEnchantmentTypes.FALL_PROTECTIONstatic EnchantmentTypeEnchantmentTypes.FIRE_ASPECTstatic EnchantmentTypeEnchantmentTypes.FIRE_PROTECTIONstatic EnchantmentTypeEnchantmentTypes.FORTUNEstatic EnchantmentTypeEnchantmentTypes.FROST_WALKERstatic EnchantmentTypeEnchantmentTypes.KNOCKBACKstatic EnchantmentTypeEnchantmentTypes.LOOTINGstatic EnchantmentTypeEnchantmentTypes.LUCKstatic EnchantmentTypeEnchantmentTypes.LUREstatic EnchantmentTypeEnchantmentTypes.MENDINGstatic EnchantmentTypeEnchantmentTypes.PROJECTILE_PROTECTIONstatic EnchantmentTypeEnchantmentTypes.PROTECTIONstatic EnchantmentTypeEnchantmentTypes.SILK_TOUCHstatic EnchantmentTypeEnchantmentTypes.THORNSstatic EnchantmentTypeEnchantmentTypes.TRIDENT_CHANNELINGstatic EnchantmentTypeEnchantmentTypes.TRIDENT_IMPALINGstatic EnchantmentTypeEnchantmentTypes.TRIDENT_LOYALTYstatic EnchantmentTypeEnchantmentTypes.TRIDENT_RIPTIDEstatic EnchantmentTypeEnchantmentTypes.VANISHING_CURSEstatic EnchantmentTypeEnchantmentTypes.WATER_BREATHINGstatic EnchantmentTypeEnchantmentTypes.WATER_WALKERstatic EnchantmentTypeEnchantmentTypes.WATER_WORKERMethods in org.cloudburstmc.api.enchantment that return EnchantmentType -
Uses of EnchantmentType in org.cloudburstmc.api.item
Methods in org.cloudburstmc.api.item that return types with arguments of type EnchantmentTypeMethods in org.cloudburstmc.api.item with parameters of type EnchantmentTypeModifier and TypeMethodDescriptiondefault EnchantmentInstanceItemStack.getEnchantment(EnchantmentType enchantment)ItemStackBuilder.removeEnchantment(EnchantmentType enchantment)Method parameters in org.cloudburstmc.api.item with type arguments of type EnchantmentTypeModifier and TypeMethodDescriptionItemStackBuilder.removeEnchantments(Collection<EnchantmentType> enchantments)