Uses of Interface
io.papermc.paper.block.bed.BedRuleResult
Packages that use BedRuleResult
-
Uses of BedRuleResult in io.papermc.paper.block.bed
Fields in io.papermc.paper.block.bed declared as BedRuleResultModifier and TypeFieldDescriptionstatic final BedRuleResultBedRuleResult.ALLOWEDUsed when the bed rule is allowedstatic final BedRuleResultBedRuleResult.NEVERUsed when the bed rule is set to always be deniedstatic final BedRuleResultBedRuleResult.TOO_MUCH_LIGHTUsed when the bed rule is denied due to there being too much light.Methods in io.papermc.paper.block.bed that return BedRuleResultModifier and TypeMethodDescriptionBedEnterAction.canSetSpawn()Gets if the player is allowed to save its spawn point in the bed.BedEnterAction.canSleep()Gets if the player is allowed to sleep in the bed.