public class WorldCache extends Object
| Constructor and Description |
|---|
WorldCache(GeyserSession session) |
| Modifier and Type | Method and Description |
|---|---|
int |
increaseAndGetScoreboardPacketsPerSecond() |
void |
removeScoreboard() |
void |
updateShowCoordinates()
Tell the client to hide or show the coordinates.
|
public WorldCache(GeyserSession session)
public void removeScoreboard()
public int increaseAndGetScoreboardPacketsPerSecond()
public void updateShowCoordinates()
prefersShowCoordinates is true, coordinates will be shown, unless either of the following conditions apply: GeyserSession.reducedDebugInfo is enabled
GeyserConfiguration.isShowCoordinates() is disabledCopyright © 2021 GeyserMC. All rights reserved.