mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-04 22:22:18 -07:00
@@ -178,6 +178,15 @@ public final class Bukkit {
|
||||
return server.getViewDistance();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the simulation distance from this server.
|
||||
*
|
||||
* @return the simulation distance from this server.
|
||||
*/
|
||||
public static int getSimulationDistance() {
|
||||
return server.getSimulationDistance();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the IP that this server is bound to, or empty string if not
|
||||
* specified.
|
||||
|
Reference in New Issue
Block a user