[SPIGOT-1576] craftbukkit-1.9.jar does not contain Enchantment class enums for Enchantment.FROST_WALKER and Enchantment.MENDING Created: 01/Mar/16 Updated: 01/Mar/16 Resolved: 01/Mar/16 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | klugemonkey | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | 1.9, api, craftbukkit, enchantment | ||
Environment: |
Jenkins build 596, craftbukkit-1.9.jar |
Description |
bukkit-1.9/src/main/java/org/bukkit/enchantments/Enchantment.java /**
and /**
so, basically those two enchantments are not supported by the API. Also, looks like net.minecraft.server.Enchantments may not have correct enumerations... public static final Enchantment j = a("frost_walker"); and instead of public static final Enchantment FROST_WALKER = a("frost_walker"); and public static final Enchantment MENDING = a("mending"); |