Uses of Enum Class
net.minecraft.world.entity.player.Player.BedSleepingProblem
Package
Description
-
Uses of Player.BedSleepingProblem in net.minecraft.server.level
Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<Player.BedSleepingProblem,
Unit> ServerPlayer.startSleepInBed
(BlockPos p_9115_) -
Uses of Player.BedSleepingProblem in net.minecraft.world.entity.player
Modifier and TypeMethodDescriptionstatic Player.BedSleepingProblem
Returns the enum constant of this class with the specified name.static Player.BedSleepingProblem[]
Player.BedSleepingProblem.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<Player.BedSleepingProblem,
Unit> Player.startSleepInBed
(BlockPos p_36203_) -
Uses of Player.BedSleepingProblem in net.minecraftforge.event
Modifier and TypeMethodDescriptionstatic Player.BedSleepingProblem
ForgeEventFactory.onPlayerSleepInBed
(Player player, Optional<BlockPos> pos) -
Uses of Player.BedSleepingProblem in net.minecraftforge.event.entity.player
Modifier and TypeMethodDescriptionvoid
PlayerSleepInBedEvent.setResult
(Player.BedSleepingProblem result)