Uses of Interface
com.destroystokyo.paper.network.StatusClient
Packages that use StatusClient
-
Uses of StatusClient in com.destroystokyo.paper.event.server
Methods in com.destroystokyo.paper.event.server that return StatusClientModifier and TypeMethodDescriptionPaperServerListPingEvent.getClient()
Returns theStatusClient
pinging the server.Constructors in com.destroystokyo.paper.event.server with parameters of type StatusClientModifierConstructorDescriptionPaperServerListPingEvent
(@NotNull StatusClient client, @NotNull String motd, int numPlayers, int maxPlayers, @NotNull String version, int protocolVersion, @Nullable CachedServerIcon favicon) Deprecated.PaperServerListPingEvent
(@NotNull StatusClient client, Component motd, int numPlayers, int maxPlayers, @NotNull String version, int protocolVersion, @Nullable CachedServerIcon favicon)