Module scute.enchantments
Enum for all enchantments in Minecraft.
Expand source code Browse git
"""
Enum for all enchantments in Minecraft.
"""
class Enchantment:
aqua_affinity = "aqua_affinity"
bane_of_arthropods = "bane_of_arthropods"
binding_curse = "binding_curse"
blast_protection = "blast_protection"
channeling = "channeling"
depth_strider = "depth_strider"
efficiency = "efficiency"
feather_falling = "feather_falling"
fire_aspect = "fire_aspect"
fire_protection = "fire_protection"
flame = "flame"
fortune = "fortune"
frost_walker = "frost_walker"
impaling = "impaling"
infinity = "infinity"
knockback = "knockback"
looting = "looting"
loyalty = "loyalty"
luck_of_the_sea = "luck_of_the_sea"
lure = "lure"
mending = "mending"
multishot = "multishot"
piercing = "piercing"
power = "power"
projectile_protection = "projectile_protection"
protection = "protection"
punch = "punch"
quick_charge = "quick_charge"
respiration = "respiration"
riptide = "riptide"
sharpness = "sharpness"
silk_touch = "silk_touch"
smite = "smite"
soul_speed = "soul_speed"
sweeping = "sweeping"
swift_sneak = "swift_sneak"
thorns = "thorns"
unbreaking = "unbreaking"
vanishing_curse = "vanishing_curse"
Classes
class Enchantment-
Expand source code Browse git
class Enchantment: aqua_affinity = "aqua_affinity" bane_of_arthropods = "bane_of_arthropods" binding_curse = "binding_curse" blast_protection = "blast_protection" channeling = "channeling" depth_strider = "depth_strider" efficiency = "efficiency" feather_falling = "feather_falling" fire_aspect = "fire_aspect" fire_protection = "fire_protection" flame = "flame" fortune = "fortune" frost_walker = "frost_walker" impaling = "impaling" infinity = "infinity" knockback = "knockback" looting = "looting" loyalty = "loyalty" luck_of_the_sea = "luck_of_the_sea" lure = "lure" mending = "mending" multishot = "multishot" piercing = "piercing" power = "power" projectile_protection = "projectile_protection" protection = "protection" punch = "punch" quick_charge = "quick_charge" respiration = "respiration" riptide = "riptide" sharpness = "sharpness" silk_touch = "silk_touch" smite = "smite" soul_speed = "soul_speed" sweeping = "sweeping" swift_sneak = "swift_sneak" thorns = "thorns" unbreaking = "unbreaking" vanishing_curse = "vanishing_curse"Class variables
var aqua_affinityvar bane_of_arthropodsvar binding_cursevar blast_protectionvar channelingvar depth_stridervar efficiencyvar feather_fallingvar fire_aspectvar fire_protectionvar flamevar fortunevar frost_walkervar impalingvar infinityvar knockbackvar lootingvar loyaltyvar luck_of_the_seavar lurevar mendingvar multishotvar piercingvar powervar projectile_protectionvar protectionvar punchvar quick_chargevar respirationvar riptidevar sharpnessvar silk_touchvar smitevar soul_speedvar sweepingvar swift_sneakvar thornsvar unbreakingvar vanishing_curse