| Package | Description |
|---|---|
| wtf.nucker.kitpvpplus.api.events | |
| wtf.nucker.kitpvpplus.api.objects |
| Modifier and Type | Method and Description |
|---|---|
PlayerState |
StateChangeEvent.getNewState() |
PlayerState |
StateChangeEvent.getNewState() |
PlayerState |
StateChangeEvent.getOldState() |
PlayerState |
StateChangeEvent.getOldState() |
| Modifier and Type | Method and Description |
|---|---|
void |
StateChangeEvent.setNewState(PlayerState state)
Set a new state
|
void |
StateChangeEvent.setNewState(PlayerState state)
Set a new state
|
| Constructor and Description |
|---|
StateChangeEvent(org.bukkit.entity.Player player,
PlayerState oldState,
PlayerState newState) |
StateChangeEvent(org.bukkit.entity.Player player,
PlayerState oldState,
PlayerState newState) |
| Modifier and Type | Method and Description |
|---|---|
static PlayerState |
PlayerState.fromInstanceState(wtf.nucker.kitpvpplus.player.PlayerState state) |
static PlayerState |
PlayerState.fromInstanceState(wtf.nucker.kitpvpplus.player.PlayerState state) |
PlayerState |
PlayerData.getState() |
PlayerState |
PlayerData.getState() |
static PlayerState |
PlayerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayerState |
PlayerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayerState[] |
PlayerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static PlayerState[] |
PlayerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static wtf.nucker.kitpvpplus.player.PlayerState |
PlayerState.toInstanceState(PlayerState state) |
static wtf.nucker.kitpvpplus.player.PlayerState |
PlayerState.toInstanceState(PlayerState state) |
Copyright © 2021. All rights reserved.