mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-23 08:38:51 +00:00
remove most terraworld dependency
This commit is contained in:
@@ -12,8 +12,6 @@ import com.dfsek.terra.api.lang.Language;
|
||||
import com.dfsek.terra.api.profiler.Profiler;
|
||||
import com.dfsek.terra.api.registry.CheckedRegistry;
|
||||
import com.dfsek.terra.api.registry.LockedRegistry;
|
||||
import com.dfsek.terra.api.world.TerraWorld;
|
||||
import com.dfsek.terra.api.world.World;
|
||||
import com.dfsek.terra.config.PluginConfigImpl;
|
||||
import com.dfsek.terra.config.lang.LanguageImpl;
|
||||
import com.dfsek.terra.event.EventManagerImpl;
|
||||
@@ -68,11 +66,6 @@ public class TerraSpongePlugin implements TerraPlugin {
|
||||
return spongeWorldHandle;
|
||||
}
|
||||
|
||||
@Override
|
||||
public TerraWorld getWorld(World world) {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public com.dfsek.terra.api.Logger logger() {
|
||||
return new SpongeLogger(logger);
|
||||
|
||||
Reference in New Issue
Block a user