summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/api/ITeleport.java
blob: 9bcf4584e6d03327f39a140ee437837ce01520ff (plain)
1
2
3
4
5
6
7
8
9
package com.earth2me.essentials.api;

import org.bukkit.Location;


public interface ITeleport
{
	void now(Location loc, boolean cooldown) throws Exception;
}