public class VelocityPartiesPlayerPreTeleportEvent extends VelocityPartiesEvent implements IPlayerPreTeleportEvent
| Constructor and Description |
|---|
VelocityPartiesPlayerPreTeleportEvent(PartyPlayer player,
Party party,
com.velocitypowered.api.proxy.server.RegisteredServer destination) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull com.velocitypowered.api.proxy.server.RegisteredServer |
getDestination()
Get the destination as RegisteredServer
|
@NotNull Party |
getParty()
Get the party
|
@NotNull PartyPlayer |
getPartyPlayer()
Get the player who is getting teleported
|
boolean |
isCancelled()
Is the event cancelled?
|
void |
setCancelled(boolean cancel)
Set the event as cancelled
|
getApi, setApiclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetApi, setApipublic VelocityPartiesPlayerPreTeleportEvent(PartyPlayer player, Party party, com.velocitypowered.api.proxy.server.RegisteredServer destination)
@NotNull public @NotNull PartyPlayer getPartyPlayer()
IPlayerPreTeleportEventgetPartyPlayer in interface IPlayerPreTeleportEventPartyPlayer@NotNull public @NotNull Party getParty()
IPlayerPreTeleportEventgetParty in interface IPlayerPreTeleportEventParty@NotNull public @NotNull com.velocitypowered.api.proxy.server.RegisteredServer getDestination()
RegisteredServerpublic boolean isCancelled()
CancellableisCancelled in interface Cancellabletrue if the event is cancelledpublic void setCancelled(boolean cancel)
CancellablesetCancelled in interface Cancellablecancel - true to cancelCopyright © 2023. All rights reserved.