mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 04:32:11 -07:00
Add OBSTRUCTED reason to BedEnterResult
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user