-
Returns what shall happen after the event.
Returns the enum constant of this type with the specified name.
ArenaBedBreakEvent.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
void
Set what should happen after the event.
ArenaBedBreakEvent(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)