Skip to content

Commit

Permalink
Optimizations across the whole system
Browse files Browse the repository at this point in the history
  • Loading branch information
mosemister committed Jun 14, 2024
1 parent 01d9653 commit 0e81a24
Show file tree
Hide file tree
Showing 55 changed files with 355 additions and 1,646 deletions.
18 changes: 0 additions & 18 deletions src/main/java/org/core/TranslateCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import org.core.platform.plugin.CorePlugin;
import org.core.schedule.ScheduleManager;
import org.core.source.command.ConsoleSource;
import org.core.world.boss.ServerBossBar;
import org.jetbrains.annotations.NotNull;

import java.io.*;
Expand Down Expand Up @@ -46,12 +45,6 @@ public static boolean hasStarted() {

PlatformServer getRawServer();

@Deprecated(forRemoval = true)
ServerBossBar bossBuilder();

@Deprecated(forRemoval = true)
ServerBossBar bossBuilder(BossBar bar);

ConfigManager getRawConfigManager();

CurrencyManager getRawCurrencyManager();
Expand Down Expand Up @@ -89,17 +82,6 @@ static ConfigurationStream.ConfigurationFile createConfigurationFile(File file,
return getConfigManager().read(file, type);
}

@Deprecated(forRemoval = true)
static ServerBossBar createBossBar() {
return TranslateCore.CoreImplementation.getImplementation().bossBuilder();
}


@Deprecated(forRemoval = true)
static ServerBossBar createBossBar(@NotNull BossBar bar) {
return TranslateCore.CoreImplementation.getImplementation().bossBuilder(bar);
}

static Optional<Class<? extends CorePlugin>> getStandAloneLauncher() {
InputStream is = TranslateCore.class.getResourceAsStream("/META-INF/translate-core.properties");
if (is == null) {
Expand Down
197 changes: 0 additions & 197 deletions src/main/java/org/core/adventureText/AText.java

This file was deleted.

154 changes: 0 additions & 154 deletions src/main/java/org/core/adventureText/adventure/AdventureText.java

This file was deleted.

Loading

0 comments on commit 0e81a24

Please sign in to comment.