Package | Description |
---|---|
org.bukkit.event.player |
Modifier and Type | Method and Description |
---|---|
@NotNull PlayerBedEnterEvent.BedEnterResult |
PlayerBedEnterEvent.getBedEnterResult()
This describes the default outcome of this event.
|
static PlayerBedEnterEvent.BedEnterResult |
PlayerBedEnterEvent.BedEnterResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayerBedEnterEvent.BedEnterResult[] |
PlayerBedEnterEvent.BedEnterResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PlayerBedEnterEvent(@NotNull Player who,
@NotNull Block bed,
@NotNull PlayerBedEnterEvent.BedEnterResult bedEnterResult) |
Copyright © 2021. All rights reserved.