CmdrDats / clj-minecraft

Clojure Bukkit plugin, Minecraft.
74 stars 35 forks source link

Command completion for entity types #26

Closed CmdrDats closed 11 years ago

CmdrDats commented 11 years ago

see org.bukkit.entity.EntityType - can simply map-enum that the same way as materials, but use the name field. Not sure what to do about unnamed entities though since we should probably not allow referring to those in commands anyhow.