mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Remove unused methods from IFawe
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user