Uses of Record Class
net.minecraft.enchantment.Enchantment.Properties
-
Uses of Enchantment.Properties in net.minecraft.enchantment
Modifier and TypeMethodDescriptionstatic Enchantment.Properties
Enchantment.properties
(TagKey<Item> supportedItems, int weight, int maxLevel, Enchantment.Cost minCost, Enchantment.Cost maxCost, int anvilCost, EquipmentSlot[] slots) static Enchantment.Properties
Enchantment.properties
(TagKey<Item> supportedItems, int weight, int maxLevel, Enchantment.Cost minCost, Enchantment.Cost maxCost, int anvilCost, FeatureSet requiredFeatures, EquipmentSlot[] slots) static Enchantment.Properties
Enchantment.properties
(TagKey<Item> supportedItems, TagKey<Item> primaryItems, int weight, int maxLevel, Enchantment.Cost minCost, Enchantment.Cost maxCost, int anvilCost, EquipmentSlot[] slots) ModifierConstructorDescriptionBindingCurseEnchantment
(Enchantment.Properties properties) DamageEnchantment
(Enchantment.Properties properties, Optional<TagKey<EntityType<?>>> applicableEntities) Enchantment
(Enchantment.Properties properties) FrostWalkerEnchantment
(Enchantment.Properties properties) InfinityEnchantment
(Enchantment.Properties properties) protected
LuckEnchantment
(Enchantment.Properties properties) MendingEnchantment
(Enchantment.Properties properties) MultishotEnchantment
(Enchantment.Properties properties) PiercingEnchantment
(Enchantment.Properties properties) ProtectionEnchantment
(Enchantment.Properties properties, ProtectionEnchantment.Type protectionType) RiptideEnchantment
(Enchantment.Properties properties) protected
SilkTouchEnchantment
(Enchantment.Properties properties) SoulSpeedEnchantment
(Enchantment.Properties properties) SwiftSneakEnchantment
(Enchantment.Properties properties) ThornsEnchantment
(Enchantment.Properties properties) protected
UnbreakingEnchantment
(Enchantment.Properties properties) VanishingCurseEnchantment
(Enchantment.Properties properties)