Package org.geysermc.geyser.ping
Interface IGeyserPingPassthrough
- All Known Implementing Classes:
GeyserLegacyPingPassthrough
public interface IGeyserPingPassthrough
Interface that retrieves ping passthrough information from the Java server
-
Method Summary
Modifier and TypeMethodDescription@Nullable GeyserPingInfogetPingInformation(InetSocketAddress inetSocketAddress)Get the MOTD of the server displayed on the multiplayer screen
-
Method Details
-
getPingInformation
Get the MOTD of the server displayed on the multiplayer screen- Parameters:
inetSocketAddress- the ip address of the client pinging the server- Returns:
- string of the MOTD
-