Add class description.

This commit is contained in:
BONNe 2022-09-30 02:34:46 +03:00
parent aa7abe02bf
commit d197ce8bea

View File

@ -37,6 +37,11 @@ import world.bentobox.bentobox.util.Util;
import world.bentobox.bentobox.util.teleport.ClosestSafeSpotTeleport;
/**
* This class handles player teleportation between dimensions.
*
* @author tastybento and BONNe
*/
public class PlayerTeleportListener extends AbstractTeleportListener implements Listener
{
/**