mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-26 19:07:40 +01:00
Add OBSTRUCTED reason to BedEnterResult
This commit is contained in:
parent
b71dfe682d
commit
3234f24141
@ -42,6 +42,12 @@ public class PlayerBedEnterEvent extends PlayerEvent implements Cancellable {
|
||||
* Entering the bed is prevented due to the player being too far away.
|
||||
*/
|
||||
TOO_FAR_AWAY,
|
||||
// Paper start
|
||||
/**
|
||||
* Bed was obstructed.
|
||||
*/
|
||||
OBSTRUCTED,
|
||||
// Paper end
|
||||
/**
|
||||
* Entering the bed is prevented due to there being monsters nearby.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user