Makes some small comment adjustments

This commit is contained in:
2021-10-13 14:08:38 +02:00
parent f16a7089f4
commit 0ab6cb52c0
3 changed files with 12 additions and 7 deletions

View File

@ -5,6 +5,10 @@ import org.bukkit.entity.Player;
/**
* This class represents a player teleporting from the end to the over-world using an artificial end portal
*
* <p>This is necessary because a player entering an end portal in the end is a special case. Instead of being
* teleported, the player is respawned. Because of this, the teleportation needs to be saved and later used to hijack
* the position of where the player is to respawn.</p>
*/
public class FromTheEndTeleportation {