pub(crate) fn calculate_transition(
world: &Arc<World>,
entity: &dyn Entity,
portal_pos: BlockPos,
source_is_end: bool,
) -> Option<TeleportTransition>Expand description
Calculates vanilla’s End gateway transition after the required chunks are available.