returned instance get to original location
This commit is contained in:
@@ -63,16 +63,6 @@ import java.util.logging.Logger;
|
||||
@ApiStatus.Internal
|
||||
public interface Eco {
|
||||
|
||||
/**
|
||||
* Get the instance of eco; the bridge between the api frontend and the implementation backend.
|
||||
*
|
||||
* @return The instance of eco.
|
||||
*/
|
||||
@ApiStatus.Internal
|
||||
static Eco get() {
|
||||
return Instance.get();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a scheduler.
|
||||
*
|
||||
@@ -552,6 +542,16 @@ public interface Eco {
|
||||
*/
|
||||
void unregisterCommand(@NotNull final PluginCommand command);
|
||||
|
||||
/**
|
||||
* Get the instance of eco; the bridge between the api frontend and the implementation backend.
|
||||
*
|
||||
* @return The instance of eco.
|
||||
*/
|
||||
@ApiStatus.Internal
|
||||
static Eco get() {
|
||||
return Instance.get();
|
||||
}
|
||||
|
||||
/**
|
||||
* Manages the internal frontend -> backend communication.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user