Entity Util
Properties
Link copied to clipboard
Calculates the camera's upward direction based on Entity.getFacing and Entity.getHorizontalFacing.
Functions
Link copied to clipboard
Link copied to clipboard
public final static Vec3d getSpawnPosition(EntityType<? extends Entity> $self, World world, Vec3d center)
Gets the spawn position if the given entity has enough space to spawn at the given position, or null
, if the position is obstructed by blocks.