枚举的使用
org.bukkit.event.entity.EntityRemoveEvent.Cause
-
org.bukkit.event.entity中EntityRemoveEvent.Cause的使用
修饰符和类型方法说明EntityRemoveEvent.getCause()
Gets the cause why the entity got removed.static EntityRemoveEvent.Cause
返回带有指定名称的该类型的枚举常量。static EntityRemoveEvent.Cause[]
EntityRemoveEvent.Cause.values()
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。