Package | Description |
---|---|
io.papermc.paper.event.player |
Modifier and Type | Field and Description |
---|---|
static PlayerBedFailEnterEvent.FailReason[] |
PlayerBedFailEnterEvent.FailReason.VALUES |
Modifier and Type | Method and Description |
---|---|
@NotNull PlayerBedFailEnterEvent.FailReason |
PlayerBedFailEnterEvent.getFailReason() |
static PlayerBedFailEnterEvent.FailReason |
PlayerBedFailEnterEvent.FailReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayerBedFailEnterEvent.FailReason[] |
PlayerBedFailEnterEvent.FailReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PlayerBedFailEnterEvent(@NotNull Player player,
@NotNull PlayerBedFailEnterEvent.FailReason failReason,
@NotNull Block bed,
boolean willExplode,
@Nullable net.kyori.adventure.text.Component message) |
Copyright © 2021. All rights reserved.