Fixed server crashing on startup.
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
package dev.micle.totemofreviving;
|
||||
|
||||
import net.minecraft.client.multiplayer.ClientLevel;
|
||||
import net.minecraft.server.MinecraftServer;
|
||||
import net.minecraft.world.entity.player.Player;
|
||||
import net.minecraft.world.level.Level;
|
||||
|
||||
public interface ISideProxy {
|
||||
MinecraftServer getServer();
|
||||
|
||||
Player getClientPlayer();
|
||||
|
||||
ClientLevel getClientWorld();
|
||||
Level getClientWorld();
|
||||
}
|
||||
|
Reference in New Issue
Block a user