Uses of Enum Class
net.minecraft.entity.player.PlayerEntity.SleepFailureReason
-
Uses of PlayerEntity.SleepFailureReason in net.minecraft.entity.player
Modifier 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.Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<PlayerEntity.SleepFailureReason,
Unit> Tries to start sleeping on a block. -
Uses of PlayerEntity.SleepFailureReason in net.minecraft.server.network
Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<PlayerEntity.SleepFailureReason,
Unit> Tries to start sleeping on a block.