mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-26 12:35:39 +01:00
Apparently GH for Mac doesn't handle deletes right yet...
This commit is contained in:
parent
1cc47ff1ba
commit
5e7d58a1dd
@ -1,15 +0,0 @@
|
|||||||
package com.onarandombox.utils;
|
|
||||||
|
|
||||||
import org.bukkit.Location;
|
|
||||||
import org.bukkit.plugin.java.JavaPlugin;
|
|
||||||
|
|
||||||
public abstract class Destination {
|
|
||||||
public abstract String getIdentifer();
|
|
||||||
public abstract boolean isThisType(JavaPlugin plugin, String dest);
|
|
||||||
public abstract Location getLocation();
|
|
||||||
public abstract boolean isValid();
|
|
||||||
public abstract void setDestination(JavaPlugin plugin, String dest);
|
|
||||||
public abstract String getType();
|
|
||||||
public abstract String getName();
|
|
||||||
public abstract String toString();
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user