Package | Description |
---|---|
org.bukkit.event.player |
Modifier and Type | Method | Description |
---|---|---|
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 | Description |
---|---|
PlayerBedEnterEvent(Player who,
Block bed,
PlayerBedEnterEvent.BedEnterResult bedEnterResult) |
Copyright © 2019. All rights reserved.