Skip to content

Commit b879875

Browse files
seelderrCursedFlames
authored andcommitted
Removed unused shadows from MixinMinecraftServer
1 parent d7e995a commit b879875

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/java/io/github/opencubicchunks/cubicchunks/mixin/core/common/server/MixinMinecraftServer.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@
3434
public abstract class MixinMinecraftServer {
3535
@Shadow public abstract ServerLevel overworld();
3636

37-
@Shadow public abstract boolean isRunning();
38-
39-
@Shadow protected long nextTickTimeNanos;
40-
41-
@Shadow protected abstract void waitUntilNextTick();
42-
43-
4437
// TODO P2 :: This value is dynamic in 1.21, we will need to revisit this
4538
private static final int VANILLA_DEFAULT_SPAWN_CHUNK_RADIUS = 11;
4639

0 commit comments

Comments
 (0)