| Package | Description |
|---|---|
| org.bukkit.event.player |
| Modifier and Type | Method and Description |
|---|---|
static PlayerRespawnEvent.RespawnFlag |
PlayerRespawnEvent.RespawnFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayerRespawnEvent.RespawnFlag[] |
PlayerRespawnEvent.RespawnFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PlayerRespawnEvent.RespawnFlag> |
PlayerRespawnEvent.getRespawnFlags()
Get the set of flags that apply to this respawn.
|
| Constructor and Description |
|---|
PlayerRespawnEvent(@NotNull Player respawnPlayer,
@NotNull Location respawnLocation,
boolean isBedSpawn,
boolean isAnchorSpawn,
ImmutableSet.Builder<PlayerRespawnEvent.RespawnFlag> respawnFlags) |
Copyright © 2021. All rights reserved.