- Enclosing class:
- EntitySleepEvents
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
boolean
allowSettingSpawn(net.minecraft.entity.player.PlayerEntity player,
net.minecraft.util.math.BlockPos sleepingPos)
Checks whether a player's spawn can be set when sleeping.
-
Method Details
-
allowSettingSpawn
boolean allowSettingSpawn(net.minecraft.entity.player.PlayerEntity player,
net.minecraft.util.math.BlockPos sleepingPos)
Checks whether a player's spawn can be set when sleeping.
- Parameters:
player
- the sleeping player
sleepingPos
- the sleeping position
- Returns:
- true if allowed, false otherwise