mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-15 13:36:31 +00:00
9 lines
159 B
Java
9 lines
159 B
Java
package com.earth2me.essentials.api;
|
|
|
|
import org.bukkit.Location;
|
|
|
|
|
|
public interface ITeleport
|
|
{
|
|
void now(Location loc, boolean cooldown) throws Exception;
|
|
}
|