-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
19 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 2 additions & 14 deletions
16
src/main/java/de/geolykt/starloader/StarloaderAPIExtension.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,5 @@ | ||
package de.geolykt.starloader; | ||
|
||
import net.minestom.server.extensions.Extension; | ||
import de.geolykt.starloader.mod.Extension; | ||
|
||
public class StarloaderAPIExtension extends Extension { | ||
|
||
@Override | ||
public void initialize() { | ||
// Not needed. Most of the API is static or should be initialised by other code | ||
} | ||
|
||
@Override | ||
public void terminate() { | ||
// Not needed. Most of the API is static | ||
} | ||
|
||
} | ||
public class StarloaderAPIExtension extends Extension {} // Most of the API is static and therefore it doesn't need any initalization |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters