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