枚举的使用
org.bukkit.event.raid.RaidStopEvent.Reason
-
org.bukkit.event.raid中RaidStopEvent.Reason的使用
修饰符和类型方法说明RaidStopEvent.getReason()
返回袭击终止原因.static RaidStopEvent.Reason
返回带有指定名称的该类型的枚举常量。static RaidStopEvent.Reason[]
RaidStopEvent.Reason.values()
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。限定符构造器说明RaidStopEvent
(@NotNull Raid raid, @NotNull World world, @NotNull RaidStopEvent.Reason reason)