Package | Description |
---|---|
com.alessiodp.parties.api.enums |
Enums used in Parties API
|
com.alessiodp.parties.api.events.bukkit.party | |
com.alessiodp.parties.api.events.bungee.party | |
com.alessiodp.parties.api.events.common.party | |
com.alessiodp.parties.api.events.velocity.party |
Modifier and Type | Method and Description |
---|---|
static DeleteCause |
DeleteCause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeleteCause |
DeleteCause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeleteCause[] |
DeleteCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static DeleteCause[] |
DeleteCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
@NotNull DeleteCause |
BukkitPartiesPartyPostDeleteEvent.getCause() |
@NotNull DeleteCause |
BukkitPartiesPartyPreDeleteEvent.getCause() |
@NotNull DeleteCause |
BukkitPartiesPartyPreDeleteEvent.getCause() |
@NotNull DeleteCause |
BukkitPartiesPartyPostDeleteEvent.getCause() |
Constructor and Description |
---|
BukkitPartiesPartyPostDeleteEvent(Party party,
DeleteCause cause,
PartyPlayer kickedPlayer,
PartyPlayer commandSender) |
BukkitPartiesPartyPostDeleteEvent(Party party,
DeleteCause cause,
PartyPlayer kickedPlayer,
PartyPlayer commandSender) |
BukkitPartiesPartyPreDeleteEvent(Party party,
DeleteCause cause,
PartyPlayer kickedPlayer,
PartyPlayer commandSender) |
BukkitPartiesPartyPreDeleteEvent(Party party,
DeleteCause cause,
PartyPlayer kickedPlayer,
PartyPlayer commandSender) |
Modifier and Type | Method and Description |
---|---|
@NotNull DeleteCause |
BungeePartiesPartyPostDeleteEvent.getCause() |
@NotNull DeleteCause |
BungeePartiesPartyPreDeleteEvent.getCause() |
@NotNull DeleteCause |
BungeePartiesPartyPreDeleteEvent.getCause() |
@NotNull DeleteCause |
BungeePartiesPartyPostDeleteEvent.getCause() |
Constructor and Description |
---|
BungeePartiesPartyPostDeleteEvent(Party party,
DeleteCause cause,
PartyPlayer kickedPlayer,
PartyPlayer commandSender) |
BungeePartiesPartyPostDeleteEvent(Party party,
DeleteCause cause,
PartyPlayer kickedPlayer,
PartyPlayer commandSender) |
BungeePartiesPartyPreDeleteEvent(Party party,
DeleteCause cause,
PartyPlayer kickedPlayer,
PartyPlayer commandSender) |
BungeePartiesPartyPreDeleteEvent(Party party,
DeleteCause cause,
PartyPlayer kickedPlayer,
PartyPlayer commandSender) |
Modifier and Type | Method and Description |
---|---|
@NotNull DeleteCause |
IPartyPostDeleteEvent.getCause()
Get the delete cause
|
@NotNull DeleteCause |
IPartyPreDeleteEvent.getCause()
Get the cause of delete
|
@NotNull DeleteCause |
IPartyPreDeleteEvent.getCause()
Get the cause of delete
|
@NotNull DeleteCause |
IPartyPostDeleteEvent.getCause()
Get the delete cause
|
Modifier and Type | Method and Description |
---|---|
@NotNull DeleteCause |
VelocityPartiesPartyPostDeleteEvent.getCause() |
@NotNull DeleteCause |
VelocityPartiesPartyPreDeleteEvent.getCause() |
@NotNull DeleteCause |
VelocityPartiesPartyPreDeleteEvent.getCause() |
@NotNull DeleteCause |
VelocityPartiesPartyPostDeleteEvent.getCause() |
Constructor and Description |
---|
VelocityPartiesPartyPostDeleteEvent(Party party,
DeleteCause cause,
PartyPlayer kickedPlayer,
PartyPlayer commandSender) |
VelocityPartiesPartyPostDeleteEvent(Party party,
DeleteCause cause,
PartyPlayer kickedPlayer,
PartyPlayer commandSender) |
VelocityPartiesPartyPreDeleteEvent(Party party,
DeleteCause cause,
PartyPlayer kickedPlayer,
PartyPlayer commandSender) |
VelocityPartiesPartyPreDeleteEvent(Party party,
DeleteCause cause,
PartyPlayer kickedPlayer,
PartyPlayer commandSender) |
Copyright © 2023. All rights reserved.