geforkt von Mirrors/Velocity
Ursprung
cfb9104696
Commit
8fbce8423f
@ -133,8 +133,9 @@ public final class ServerPing {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a copy of this {@link ServerPing} instance as a builder so that it can be modified.
|
* Returns a copy of this {@link ServerPing} instance as a builder so that it can be modified.
|
||||||
* It is guaranteed that {@code ping.asBuilder().ping().equals(ping)}: that is, if no other
|
* It is guaranteed that {@code ping.asBuilder().build().equals(ping)} is true: that is, if no
|
||||||
* changes are made to the returned builder, the built instance will equal the original instance.
|
* other changes are made to the returned builder, the built instance will equal the original
|
||||||
|
* instance.
|
||||||
*
|
*
|
||||||
* @return a copy of this instance as a {@link Builder}
|
* @return a copy of this instance as a {@link Builder}
|
||||||
*/
|
*/
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren