Uses of Enum Class
com.andrei1058.bedwars.api.events.player.PlayerKillEvent.PlayerKillCause
Packages that use PlayerKillEvent.PlayerKillCause
-
Uses of PlayerKillEvent.PlayerKillCause in com.andrei1058.bedwars.api.entity
Methods in com.andrei1058.bedwars.api.entity that return PlayerKillEvent.PlayerKillCauseModifier and TypeMethodDescriptionDespawnable.getDeathFinalCause()
Despawnable.getDeathRegularCause()
Constructors in com.andrei1058.bedwars.api.entity with parameters of type PlayerKillEvent.PlayerKillCauseModifierConstructorDescriptionDespawnable
(org.bukkit.entity.LivingEntity e, ITeam team, int despawn, String namePath, PlayerKillEvent.PlayerKillCause deathFinalCause, PlayerKillEvent.PlayerKillCause deathRegularCause) -
Uses of PlayerKillEvent.PlayerKillCause in com.andrei1058.bedwars.api.events.player
Methods in com.andrei1058.bedwars.api.events.player that return PlayerKillEvent.PlayerKillCauseModifier and TypeMethodDescriptionPlayerKillEvent.getCause()
Get kill causeReturns the enum constant of this class with the specified name.static PlayerKillEvent.PlayerKillCause[]
PlayerKillEvent.PlayerKillCause.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.andrei1058.bedwars.api.events.player with parameters of type PlayerKillEvent.PlayerKillCauseModifierConstructorDescriptionPlayerKillEvent
(@NotNull IArena arena, @NotNull org.bukkit.entity.Player victim, @Nullable ITeam victimTeam, @Nullable org.bukkit.entity.Player killer, @Nullable ITeam killerTeam, @Nullable Function<org.bukkit.entity.Player, String> message, @NotNull PlayerKillEvent.PlayerKillCause cause) PlayerKillEvent
(@NotNull IArena arena, org.bukkit.entity.Player victim, org.bukkit.entity.Player killer, Function<org.bukkit.entity.Player, String> message, PlayerKillEvent.PlayerKillCause cause) Deprecated.