Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-07 16:50:12 +01:00
simplify javadoc of updateShowCoordinates() in WorldCache.java (#2162)
Dieser Commit ist enthalten in:
Ursprung
0a79eb92ac
Commit
873e37e1c0
@ -75,11 +75,10 @@ public class WorldCache {
|
||||
/**
|
||||
* Tell the client to hide or show the coordinates.
|
||||
*
|
||||
* If {@link #isPrefersShowCoordinates()} is true, coordinates will be shown, unless either of the following conditions apply:
|
||||
*
|
||||
* <li> {@link GeyserSession#isReducedDebugInfo()} is enabled
|
||||
* <li> {@link GeyserConfiguration#isShowCoordinates()} is disabled
|
||||
*
|
||||
* If {@link #prefersShowCoordinates} is true, coordinates will be shown, unless either of the following conditions apply: <br>
|
||||
* <br>
|
||||
* {@link GeyserSession#reducedDebugInfo} is enabled
|
||||
* {@link GeyserConfiguration#isShowCoordinates()} is disabled
|
||||
*/
|
||||
public void updateShowCoordinates() {
|
||||
boolean allowShowCoordinates = !session.isReducedDebugInfo() && session.getConnector().getConfig().isShowCoordinates();
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren