Remove unused methods from IFawe

This commit is contained in:
Jesse Boyd
2019-11-14 10:54:09 +00:00
parent 580fb11197
commit b1244c7780
2 changed files with 0 additions and 31 deletions

View File

@ -18,8 +18,6 @@ public interface IFawe {
File getDirectory();
void setupCommand(final String label, final FaweCommand cmd);
Player wrap(final Object obj);
void setupVault();
@ -38,10 +36,6 @@ public interface IFawe {
public default void registerPacketListener() {}
String getPlatformVersion();
boolean isOnlineMode();
String getPlatform();
UUID getUUID(String name);