Uses of Enum
de.marcely.bedwars.api.arena.BedDestructionInfo.Cause
Packages that use BedDestructionInfo.Cause
- 
Uses of BedDestructionInfo.Cause in de.marcely.bedwars.api.arenaMethods in de.marcely.bedwars.api.arena that return BedDestructionInfo.CauseModifier and TypeMethodDescriptionBedDestructionInfo.getCause()Get the specific cause or action of the bed destruction.static BedDestructionInfo.CauseReturns the enum constant of this type with the specified name.static BedDestructionInfo.Cause[]BedDestructionInfo.Cause.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.marcely.bedwars.api.arena with parameters of type BedDestructionInfo.CauseModifier and TypeMethodDescriptionvoidBedDestructionInfo.setCause(BedDestructionInfo.Cause cause) Set the specific cause or action of the bed destruction.
- 
Uses of BedDestructionInfo.Cause in de.marcely.bedwars.api.event.arenaMethods in de.marcely.bedwars.api.event.arena that return BedDestructionInfo.CauseModifier and TypeMethodDescriptionArenaBedBreakEvent.getCause()Returns the specific cause of the bed destruction.Constructors in de.marcely.bedwars.api.event.arena with parameters of type BedDestructionInfo.CauseModifierConstructorDescriptionArenaBedBreakEvent(Arena arena, @Nullable Player player, String altDisplayName, Team team, Location bedLocation, BedDestructionInfo.Cause cause, ArenaBedBreakEvent.Result result, boolean playSound, boolean sendTitle, boolean sendMessage, Function<Player, Message> messageFunction)