Uses of Enum Class
net.minecraft.world.entity.player.Player.BedSleepingProblem
Packages that use Player.BedSleepingProblem
Package
Description
- 
Uses of Player.BedSleepingProblem in net.minecraft.server.levelMethods in net.minecraft.server.level that return types with arguments of type Player.BedSleepingProblemModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<Player.BedSleepingProblem,Unit> ServerPlayer.startSleepInBed(BlockPos p_9115_) 
- 
Uses of Player.BedSleepingProblem in net.minecraft.world.entity.playerMethods in net.minecraft.world.entity.player that return Player.BedSleepingProblemModifier and TypeMethodDescriptionstatic Player.BedSleepingProblemReturns 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.Methods in net.minecraft.world.entity.player that return types with arguments of type Player.BedSleepingProblemModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<Player.BedSleepingProblem,Unit> Player.startSleepInBed(BlockPos p_36203_) 
- 
Uses of Player.BedSleepingProblem in net.neoforged.neoforge.eventMethods in net.neoforged.neoforge.event that return Player.BedSleepingProblemModifier and TypeMethodDescriptionstatic Player.BedSleepingProblemEventHooks.onPlayerSleepInBed(Player player, Optional<BlockPos> pos) 
- 
Uses of Player.BedSleepingProblem in net.neoforged.neoforge.event.entity.playerFields in net.neoforged.neoforge.event.entity.player declared as Player.BedSleepingProblemMethods in net.neoforged.neoforge.event.entity.player that return Player.BedSleepingProblemMethods in net.neoforged.neoforge.event.entity.player with parameters of type Player.BedSleepingProblemModifier and TypeMethodDescriptionvoidPlayerSleepInBedEvent.setResult(Player.BedSleepingProblem result)