Refer to values by namespaced key instead of enum name
MartijnMuijsers opened this issue ยท 1 comments
Request to replace using Bukkit enum names (Material
, EntityType
), making them lowercase and adding minecraft:
, by finding them by their namespaced key (Keyed.getKey
).
This has no functional changes.