Skip to content

peanut-framework / Types/Minecraft/Enchantment/slot / EnchantmentSlot

Type Alias: EnchantmentSlot

ts
type EnchantmentSlot = 
  | "armor_feet"
  | "armor_torso"
  | "armor_head"
  | "armor_legs"
  | "axe"
  | "bow"
  | "cosmetic_head"
  | "crossbow"
  | "elytra"
  | "fishing_rod"
  | "flintsteel"
  | "hoe"
  | "pickaxe"
  | "shears"
  | "shield"
  | "shovel"
  | "sword"
  | "all";

Released under the MIT License.