Uses of Record Class
net.minecraft.enchantment.Enchantment.Properties
Packages that use Enchantment.Properties
-
Uses of Enchantment.Properties in net.minecraft.enchantment
Fields in net.minecraft.enchantment declared as Enchantment.PropertiesMethods in net.minecraft.enchantment that return Enchantment.PropertiesModifier 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) Constructors in net.minecraft.enchantment with parameters of type Enchantment.PropertiesModifierConstructorDescriptionBindingCurseEnchantment
(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)