Uses of Enum Class
net.minecraft.entity.player.PlayerEntity.SleepFailureReason
Packages that use PlayerEntity.SleepFailureReason
- 
Uses of PlayerEntity.SleepFailureReason in net.minecraft.entity.playerMethods in net.minecraft.entity.player that return PlayerEntity.SleepFailureReasonModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PlayerEntity.SleepFailureReason[]PlayerEntity.SleepFailureReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.entity.player that return types with arguments of type PlayerEntity.SleepFailureReasonModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<PlayerEntity.SleepFailureReason, Unit> Tries to start sleeping on a block.
- 
Uses of PlayerEntity.SleepFailureReason in net.minecraft.server.networkMethods in net.minecraft.server.network that return types with arguments of type PlayerEntity.SleepFailureReasonModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<PlayerEntity.SleepFailureReason, Unit> Tries to start sleeping on a block.