Package net.minecraft.world.entity
Interface SpawnPlacementType
public interface SpawnPlacementType
-
Method Summary
Modifier and TypeMethodDescriptiondefault BlockPos
adjustSpawnPosition
(LevelReader p_321714_, BlockPos p_321542_) boolean
isSpawnPositionOk
(LevelReader p_321641_, BlockPos p_321773_, EntityType<?> p_321744_)
-
Method Details
-
isSpawnPositionOk
boolean isSpawnPositionOk(LevelReader p_321641_, BlockPos p_321773_, @Nullable EntityType<?> p_321744_) -
adjustSpawnPosition
-