public class BukkitPartiesPartyPostBroadcastEvent extends BukkitPartiesEvent implements IPartyPostBroadcastEvent
Constructor and Description |
---|
BukkitPartiesPartyPostBroadcastEvent(Party party,
String message,
PartyPlayer player) |
Modifier and Type | Method and Description |
---|---|
@NotNull String |
getMessage()
Get the message
|
@NotNull Party |
getParty()
Get the party
|
@Nullable PartyPlayer |
getPartyPlayer()
Get the player who sent the message
|
getApi, getHandlerList, getHandlers, setApi
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getApi, setApi
public BukkitPartiesPartyPostBroadcastEvent(Party party, String message, PartyPlayer player)
@NotNull public @NotNull Party getParty()
IPartyPostBroadcastEvent
getParty
in interface IPartyPostBroadcastEvent
Party
@NotNull public @NotNull String getMessage()
IPartyPostBroadcastEvent
getMessage
in interface IPartyPostBroadcastEvent
@Nullable public @Nullable PartyPlayer getPartyPlayer()
IPartyPostBroadcastEvent
getPartyPlayer
in interface IPartyPostBroadcastEvent
PartyPlayer
Copyright © 2023. All rights reserved.