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