Gets the enchantment's id. SEL currently uses Minecraft's id to uniquely identify an enchantment.
auto e = Enchantment.fromString("sharpness", 5); assert(e.id == e.minecraft.id);
See Implementation
Gets the enchantment's id. SEL currently uses Minecraft's id to uniquely identify an enchantment.