Skip to content

Commit

Permalink
get stuff together
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed Dec 27, 2024
1 parent 4ce2a61 commit 5a1a273
Show file tree
Hide file tree
Showing 28 changed files with 359 additions and 397 deletions.
14 changes: 4 additions & 10 deletions api/src/main/java/de/oliver/fancyholograms/api/FancyHolograms.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,14 @@ static boolean isEnabled() {

ExtendedFancyLogger getFancyLogger();

HologramManager getHologramManager();

/**
* Returns the configuration of the plugin.
*
* @return The configuration.
*/
HologramConfiguration getHologramConfiguration();

/**
* @return The hologram thread
*/
ScheduledExecutorService getHologramThread();

HologramRegistry getRegistry();

HologramController getController();


class EnabledChecker {

Expand Down

This file was deleted.

Loading

0 comments on commit 5a1a273

Please sign in to comment.