枚举的使用
org.bukkit.event.entity.EntityKnockbackEvent.KnockbackCause
-
org.bukkit.event.entity中EntityKnockbackEvent.KnockbackCause的使用
修饰符和类型方法说明EntityKnockbackEvent.getCause()
Gets the cause of the knockback.返回带有指定名称的该类型的枚举常量。static EntityKnockbackEvent.KnockbackCause[]
EntityKnockbackEvent.KnockbackCause.values()
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。限定符构造器说明EntityKnockbackByEntityEvent
(@NotNull LivingEntity entity, @NotNull Entity source, @NotNull EntityKnockbackEvent.KnockbackCause cause, double force, @NotNull Vector rawKnockback, @NotNull Vector knockback) EntityKnockbackEvent
(@NotNull LivingEntity entity, @NotNull EntityKnockbackEvent.KnockbackCause cause, double force, @NotNull Vector rawKnockback, @NotNull Vector knockback)