mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 20:53:54 -07:00
Blocked access to ColouredConsoleSenders constructor, implemented getConsoleSender
This commit is contained in:
@@ -32,6 +32,10 @@ public class WorldServer extends World implements BlockChangeDelegate {
|
||||
this.manager = new PlayerManager(minecraftserver, this.dimension, minecraftserver.propertyManager.getInt("view-distance", 10));
|
||||
}
|
||||
|
||||
public int getHeight() {
|
||||
return height;
|
||||
}
|
||||
|
||||
public final int dimension;
|
||||
public EntityTracker tracker;
|
||||
public PlayerManager manager;
|
||||
|
Reference in New Issue
Block a user