mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-29 20:24:44 +02:00
Fix onLoad, restore WG support
This commit is contained in:
@ -13,7 +13,7 @@ import co.aikar.commands.CommandIssuer;
|
||||
import co.aikar.commands.CommandManager;
|
||||
import co.aikar.commands.CommandOperationContext;
|
||||
|
||||
public interface PlatformProvider {
|
||||
public interface PlatformProvider<E> {
|
||||
|
||||
Logger getLogger();
|
||||
|
||||
@ -57,6 +57,9 @@ public interface PlatformProvider {
|
||||
@Deprecated
|
||||
MMOEntity<?> getEntity(UUID uniqueId);
|
||||
|
||||
@Deprecated
|
||||
MMOEntity<?> getEntity(E uniqueId);
|
||||
|
||||
@Deprecated
|
||||
Object getChimaeraWing();
|
||||
}
|
||||
|
Reference in New Issue
Block a user