Skip navigation links
A B C D E F G H I L M N O P Q R S T V W 

A

address(String) - Method in class net.lenni0451.mcping.MCPing
Set the address of the server to ping.
address(String, int) - Method in class net.lenni0451.mcping.MCPing
Set the address of the server to ping.
address(ServerAddress) - Method in class net.lenni0451.mcping.MCPing
Set the address of the server to ping.
address(SocketAddress) - Method in class net.lenni0451.mcping.MCPing
Set the address of the server to ping.
address(InetAddress) - Method in class net.lenni0451.mcping.MCPing
Set the address of the server to ping.
APing - Class in net.lenni0451.mcping.pings
The abstract class used to implement a ping.
APing() - Constructor for class net.lenni0451.mcping.pings.APing
 
ATCPPing - Class in net.lenni0451.mcping.pings
The abstract class used to implement TCP based pings.
ATCPPing(int, int, int) - Constructor for class net.lenni0451.mcping.pings.ATCPPing
 
ATCPPing.PacketReader - Interface in net.lenni0451.mcping.pings
 
ATCPPing.PacketWriter - Interface in net.lenni0451.mcping.pings
 
AUDPPing - Class in net.lenni0451.mcping.pings
The abstract class used to implement UDP based pings.
AUDPPing(int) - Constructor for class net.lenni0451.mcping.pings.AUDPPing
 
AUDPPing.PacketReader - Interface in net.lenni0451.mcping.pings
 
AUDPPing.PacketWriter - Interface in net.lenni0451.mcping.pings
 

B

base - Variable in class net.lenni0451.mcping.responses.QueryPingResponse.Plugins
 
BedrockPing - Class in net.lenni0451.mcping.pings.impl
The ping implementation for the bedrock edition.
BedrockPing(int) - Constructor for class net.lenni0451.mcping.pings.impl.BedrockPing
 
BedrockPingResponse - Class in net.lenni0451.mcping.responses
The response of a BedrockPing.
BedrockPingResponse() - Constructor for class net.lenni0451.mcping.responses.BedrockPingResponse
 
BedrockPingResponse.Players - Class in net.lenni0451.mcping.responses
 
BedrockPingResponse.Server - Class in net.lenni0451.mcping.responses
 
BedrockPingResponse.Version - Class in net.lenni0451.mcping.responses
 

C

Channel() - Constructor for class net.lenni0451.mcping.responses.MCPingResponse.ForgeData.Channel
 
channels - Variable in class net.lenni0451.mcping.responses.MCPingResponse.ForgeData
 
ClassicPing - Class in net.lenni0451.mcping.pings.impl
The ping implementation for the classic edition.
ClassicPing(int, int, ClassicPing.Version) - Constructor for class net.lenni0451.mcping.pings.impl.ClassicPing
 
ClassicPing.Version - Enum in net.lenni0451.mcping.pings.impl
The different versions of the classic protocol.
ClassicPingResponse - Class in net.lenni0451.mcping.responses
The response of a ClassicPing.
ClassicPingResponse() - Constructor for class net.lenni0451.mcping.responses.ClassicPingResponse
 
ClassicPingResponse.Server - Class in net.lenni0451.mcping.responses
 
connect(ServerAddress) - Method in class net.lenni0451.mcping.pings.ATCPPing
Connect a socket to the given server address.
connect() - Method in class net.lenni0451.mcping.pings.AUDPPing
Create a new datagram socket.
connectTimeout - Variable in class net.lenni0451.mcping.pings.ATCPPing
 
CP437 - Static variable in class net.lenni0451.mcping.pings.impl.ClassicPing
The CP437 character set used by the classic editions.

D

description - Variable in class net.lenni0451.mcping.responses.MCPingResponse
 
description - Variable in class net.lenni0451.mcping.responses.QueryPingResponse
 
descriptionLine1 - Variable in class net.lenni0451.mcping.responses.BedrockPingResponse
 
descriptionLine2 - Variable in class net.lenni0451.mcping.responses.BedrockPingResponse
 

E

exceptionHandler(Consumer<Throwable>) - Method in class net.lenni0451.mcping.MCPing
Set a dedicated exception handler.

F

finishHandler(Consumer<R>) - Method in class net.lenni0451.mcping.MCPing
Set a dedicated finish handler.
fmlNetworkVersion - Variable in class net.lenni0451.mcping.responses.MCPingResponse.ForgeData
 
forgeData - Variable in class net.lenni0451.mcping.responses.MCPingResponse
 
ForgeData() - Constructor for class net.lenni0451.mcping.responses.MCPingResponse.ForgeData
 

G

gameId - Variable in class net.lenni0451.mcping.responses.BedrockPingResponse
 
gameId - Variable in class net.lenni0451.mcping.responses.QueryPingResponse
 
gameType - Variable in class net.lenni0451.mcping.responses.BedrockPingResponse
 
gameType - Variable in class net.lenni0451.mcping.responses.QueryPingResponse
 
get() - Method in class net.lenni0451.mcping.pings.PingReference
Get the ping.
getAsync() - Method in class net.lenni0451.mcping.MCPing
Get a completable future for the ping response.
getAsync(ExecutorService) - Method in class net.lenni0451.mcping.MCPing
Get a future for the ping response.
getDefaultId() - Method in enum net.lenni0451.mcping.pings.impl.LegacyPing.Version
 
getDefaultPort() - Method in class net.lenni0451.mcping.pings.APing
 
getDefaultPort() - Method in class net.lenni0451.mcping.pings.impl.BedrockPing
 
getDefaultPort() - Method in class net.lenni0451.mcping.pings.impl.ClassicPing
 
getDefaultPort() - Method in class net.lenni0451.mcping.pings.impl.LegacyPing
 
getDefaultPort() - Method in class net.lenni0451.mcping.pings.impl.ModernPing
 
getDefaultPort() - Method in class net.lenni0451.mcping.pings.impl.QueryPing
 
getDefaultPort() - Method in class net.lenni0451.mcping.pings.impl.SocketPing
 
getDefaultPort() - Method in class net.lenni0451.mcping.ServerAddress
 
getHost() - Method in class net.lenni0451.mcping.ServerAddress
 
getPort() - Method in class net.lenni0451.mcping.ServerAddress
 
getProtocolId() - Method in enum net.lenni0451.mcping.pings.impl.ClassicPing.Version
 
getSync() - Method in class net.lenni0451.mcping.MCPing
Get the ping response synchronously.
gson - Variable in class net.lenni0451.mcping.pings.APing
 

H

handler(IStatusListener) - Method in class net.lenni0451.mcping.MCPing
Set the ping status listener.
hostIp - Variable in class net.lenni0451.mcping.responses.QueryPingResponse.Server
 
hostPort - Variable in class net.lenni0451.mcping.responses.QueryPingResponse.Server
 

I

id - Variable in class net.lenni0451.mcping.responses.MCPingResponse.Players.Player
 
ip - Variable in class net.lenni0451.mcping.responses.BedrockPingResponse.Server
 
ip - Variable in class net.lenni0451.mcping.responses.ClassicPingResponse.Server
 
ip - Variable in class net.lenni0451.mcping.responses.MCPingResponse.Server
 
ip - Variable in class net.lenni0451.mcping.responses.QueryPingResponse.Server
 
ip - Variable in class net.lenni0451.mcping.responses.SocketPingResponse.Server
 
IPingResponse - Interface in net.lenni0451.mcping.responses
Marker interface for all possible ping responses.
ipv4Port - Variable in class net.lenni0451.mcping.responses.BedrockPingResponse.Server
 
ipv6Port - Variable in class net.lenni0451.mcping.responses.BedrockPingResponse.Server
 
isResolved() - Method in class net.lenni0451.mcping.ServerAddress
 
IStatusListener - Interface in net.lenni0451.mcping.pings
The interface used to listen for the status of a ping.

L

latency - Variable in class net.lenni0451.mcping.responses.SocketPingResponse
 
LegacyPing - Class in net.lenni0451.mcping.pings.impl
The ping implementation for the legacy edition.
LegacyPing(int, int, LegacyPing.Version, int) - Constructor for class net.lenni0451.mcping.pings.impl.LegacyPing
 
LegacyPing.Version - Enum in net.lenni0451.mcping.pings.impl
The version of the legacy ping protocol.

M

map - Variable in class net.lenni0451.mcping.responses.QueryPingResponse
 
max - Variable in class net.lenni0451.mcping.responses.BedrockPingResponse.Players
 
max - Variable in class net.lenni0451.mcping.responses.MCPingResponse.Players
 
max - Variable in class net.lenni0451.mcping.responses.QueryPingResponse.Players
 
MCInputStream - Class in net.lenni0451.mcping.stream
A data input stream which can read minecraft specific data types.
MCInputStream(InputStream) - Constructor for class net.lenni0451.mcping.stream.MCInputStream
 
MCOutputStream - Class in net.lenni0451.mcping.stream
A data output stream which can write minecraft specific data types.
MCOutputStream(OutputStream) - Constructor for class net.lenni0451.mcping.stream.MCOutputStream
 
MCPing<R extends IPingResponse> - Class in net.lenni0451.mcping
 
MCPingResponse - Class in net.lenni0451.mcping.responses
The response of a ModernPing and LegacyPing.
MCPingResponse() - Constructor for class net.lenni0451.mcping.responses.MCPingResponse
 
MCPingResponse.ForgeData - Class in net.lenni0451.mcping.responses
 
MCPingResponse.ForgeData.Channel - Class in net.lenni0451.mcping.responses
 
MCPingResponse.ForgeData.Mod - Class in net.lenni0451.mcping.responses
 
MCPingResponse.ModInfo - Class in net.lenni0451.mcping.responses
 
MCPingResponse.ModInfo.Mod - Class in net.lenni0451.mcping.responses
 
MCPingResponse.Players - Class in net.lenni0451.mcping.responses
 
MCPingResponse.Players.Player - Class in net.lenni0451.mcping.responses
 
MCPingResponse.Server - Class in net.lenni0451.mcping.responses
 
MCPingResponse.Version - Class in net.lenni0451.mcping.responses
 
Mod() - Constructor for class net.lenni0451.mcping.responses.MCPingResponse.ForgeData.Mod
 
Mod() - Constructor for class net.lenni0451.mcping.responses.MCPingResponse.ModInfo.Mod
 
ModernPing - Class in net.lenni0451.mcping.pings.impl
The ping implementation for the modern edition.
ModernPing(int, int, int) - Constructor for class net.lenni0451.mcping.pings.impl.ModernPing
 
modId - Variable in class net.lenni0451.mcping.responses.MCPingResponse.ForgeData.Mod
 
modid - Variable in class net.lenni0451.mcping.responses.MCPingResponse.ModInfo.Mod
 
modInfo - Variable in class net.lenni0451.mcping.responses.MCPingResponse
 
ModInfo() - Constructor for class net.lenni0451.mcping.responses.MCPingResponse.ModInfo
 
modList - Variable in class net.lenni0451.mcping.responses.MCPingResponse.ModInfo
 
modmarker - Variable in class net.lenni0451.mcping.responses.MCPingResponse.ForgeData.Mod
 
mods - Variable in class net.lenni0451.mcping.responses.MCPingResponse.ForgeData
 
motd - Variable in class net.lenni0451.mcping.responses.ClassicPingResponse
 

N

name - Variable in class net.lenni0451.mcping.responses.BedrockPingResponse.Version
 
name - Variable in class net.lenni0451.mcping.responses.ClassicPingResponse
 
name - Variable in class net.lenni0451.mcping.responses.MCPingResponse.Players.Player
 
name - Variable in class net.lenni0451.mcping.responses.MCPingResponse.Version
 
net.lenni0451.mcping - package net.lenni0451.mcping
 
net.lenni0451.mcping.pings - package net.lenni0451.mcping.pings
 
net.lenni0451.mcping.pings.impl - package net.lenni0451.mcping.pings.impl
 
net.lenni0451.mcping.responses - package net.lenni0451.mcping.responses
 
net.lenni0451.mcping.stream - package net.lenni0451.mcping.stream
 
nintendoLimited - Variable in class net.lenni0451.mcping.responses.BedrockPingResponse
 
noResolve() - Method in class net.lenni0451.mcping.MCPing
Set the address to not be resolved.

O

of(String, int, int) - Static method in class net.lenni0451.mcping.ServerAddress
Get a server address from the given host, port and default port.
onError(Throwable) - Method in interface net.lenni0451.mcping.pings.IStatusListener
Called when the ping failed with an exception.
online - Variable in class net.lenni0451.mcping.responses.BedrockPingResponse.Players
 
online - Variable in class net.lenni0451.mcping.responses.MCPingResponse.Players
 
online - Variable in class net.lenni0451.mcping.responses.QueryPingResponse.Players
 
onPing(IPingResponse, long) - Method in interface net.lenni0451.mcping.pings.IStatusListener
Called when the ping was successful.
onResponse(IPingResponse) - Method in interface net.lenni0451.mcping.pings.IStatusListener
Called when the server responded with a status message.

P

parse(String, int) - Static method in class net.lenni0451.mcping.ServerAddress
Parse a server address from the given string.
ping(ServerAddress, IStatusListener) - Method in class net.lenni0451.mcping.pings.APing
Ping the server and call the status listener.
ping(ServerAddress, IStatusListener) - Method in class net.lenni0451.mcping.pings.impl.BedrockPing
 
ping(ServerAddress, IStatusListener) - Method in class net.lenni0451.mcping.pings.impl.ClassicPing
 
ping(ServerAddress, IStatusListener) - Method in class net.lenni0451.mcping.pings.impl.LegacyPing
 
ping(ServerAddress, IStatusListener) - Method in class net.lenni0451.mcping.pings.impl.ModernPing
 
ping(ServerAddress, IStatusListener) - Method in class net.lenni0451.mcping.pings.impl.QueryPing
 
ping(ServerAddress, IStatusListener) - Method in class net.lenni0451.mcping.pings.impl.SocketPing
 
ping - Variable in class net.lenni0451.mcping.responses.BedrockPingResponse.Server
 
ping - Variable in class net.lenni0451.mcping.responses.ClassicPingResponse.Server
 
ping - Variable in class net.lenni0451.mcping.responses.MCPingResponse.Server
 
ping - Variable in class net.lenni0451.mcping.responses.QueryPingResponse.Server
 
pingBedrock() - Static method in class net.lenni0451.mcping.MCPing
Ping a server using the bedrock protocol.
pingClassic(ClassicPing.Version) - Static method in class net.lenni0451.mcping.MCPing
Ping a server using the classic protocol.
pingLegacy(LegacyPing.Version) - Static method in class net.lenni0451.mcping.MCPing
Ping a server using the legacy ping protocol.
pingLegacy(LegacyPing.Version, int) - Static method in class net.lenni0451.mcping.MCPing
Ping a server using the legacy ping protocol.
pingModern() - Static method in class net.lenni0451.mcping.MCPing
Ping a server using the modern ping protocol.
pingModern(int) - Static method in class net.lenni0451.mcping.MCPing
Ping a server using the modern ping protocol.
pingQuery() - Static method in class net.lenni0451.mcping.MCPing
Ping a server using the query protocol.
pingQuery(boolean) - Static method in class net.lenni0451.mcping.MCPing
Ping a server using the query protocol.
PingReference - Class in net.lenni0451.mcping.pings
The ping reference is used to calculate the ping of a server.
PingReference() - Constructor for class net.lenni0451.mcping.pings.PingReference
 
pingSocket() - Static method in class net.lenni0451.mcping.MCPing
Ping a server using a socket.
Player() - Constructor for class net.lenni0451.mcping.responses.MCPingResponse.Players.Player
 
players - Variable in class net.lenni0451.mcping.responses.BedrockPingResponse
 
Players() - Constructor for class net.lenni0451.mcping.responses.BedrockPingResponse.Players
 
players - Variable in class net.lenni0451.mcping.responses.MCPingResponse
 
Players() - Constructor for class net.lenni0451.mcping.responses.MCPingResponse.Players
 
players - Variable in class net.lenni0451.mcping.responses.QueryPingResponse
 
Players() - Constructor for class net.lenni0451.mcping.responses.QueryPingResponse.Players
 
plugins - Variable in class net.lenni0451.mcping.responses.QueryPingResponse
 
Plugins() - Constructor for class net.lenni0451.mcping.responses.QueryPingResponse.Plugins
 
port - Variable in class net.lenni0451.mcping.responses.BedrockPingResponse.Server
 
port - Variable in class net.lenni0451.mcping.responses.ClassicPingResponse.Server
 
port - Variable in class net.lenni0451.mcping.responses.MCPingResponse.Server
 
port - Variable in class net.lenni0451.mcping.responses.QueryPingResponse.Server
 
port - Variable in class net.lenni0451.mcping.responses.SocketPingResponse.Server
 
prepareResponse(ServerAddress, JsonObject, int) - Method in class net.lenni0451.mcping.pings.APing
Prepare the response by adding default server information like the host, port, protocol versions and the description.
prepareResponse(ServerAddress, JsonObject) - Method in class net.lenni0451.mcping.pings.ATCPPing
Prepare the response by adding default server information.
previewsChat - Variable in class net.lenni0451.mcping.responses.MCPingResponse
 
protocol - Variable in class net.lenni0451.mcping.responses.BedrockPingResponse.Server
 
protocol - Variable in class net.lenni0451.mcping.responses.BedrockPingResponse.Version
 
protocol - Variable in class net.lenni0451.mcping.responses.ClassicPingResponse.Server
 
protocol - Variable in class net.lenni0451.mcping.responses.MCPingResponse.Server
 
protocol - Variable in class net.lenni0451.mcping.responses.MCPingResponse.Version
 
protocol - Variable in class net.lenni0451.mcping.responses.QueryPingResponse.Server
 
protocolVersion - Variable in class net.lenni0451.mcping.pings.ATCPPing
 

Q

QueryPing - Class in net.lenni0451.mcping.pings.impl
The ping implementation for the query ping protocol.
QueryPing(int, boolean) - Constructor for class net.lenni0451.mcping.pings.impl.QueryPing
 
QueryPingResponse - Class in net.lenni0451.mcping.responses
The response of a QueryPing.
QueryPingResponse() - Constructor for class net.lenni0451.mcping.responses.QueryPingResponse
 
QueryPingResponse.Players - Class in net.lenni0451.mcping.responses
 
QueryPingResponse.Plugins - Class in net.lenni0451.mcping.responses
 
QueryPingResponse.Server - Class in net.lenni0451.mcping.responses
 

R

read(MCInputStream) - Method in interface net.lenni0451.mcping.pings.ATCPPing.PacketReader
 
read(DataInputStream) - Method in interface net.lenni0451.mcping.pings.AUDPPing.PacketReader
 
readClassicString() - Method in class net.lenni0451.mcping.stream.MCInputStream
Read a classic string from the stream.
readLegacyString() - Method in class net.lenni0451.mcping.stream.MCInputStream
Read a legacy string from the stream.
readPacket(MCInputStream, int, ATCPPing.PacketReader) - Method in class net.lenni0451.mcping.pings.ATCPPing
Read a packet from the input stream.
readPacket(DatagramSocket, int, AUDPPing.PacketReader) - Method in class net.lenni0451.mcping.pings.AUDPPing
Read a packet from the given socket.
readPacket(MCInputStream, int, ATCPPing.PacketReader) - Method in class net.lenni0451.mcping.pings.impl.ClassicPing
 
readPacket(MCInputStream, int, ATCPPing.PacketReader) - Method in class net.lenni0451.mcping.pings.impl.LegacyPing
 
readPacket(MCInputStream, int, ATCPPing.PacketReader) - Method in class net.lenni0451.mcping.pings.impl.ModernPing
 
readPacket(MCInputStream, int, ATCPPing.PacketReader) - Method in class net.lenni0451.mcping.pings.impl.SocketPing
 
readTimeout - Variable in class net.lenni0451.mcping.pings.ATCPPing
 
readVarInt() - Method in class net.lenni0451.mcping.stream.MCInputStream
Read a var int from the stream.
readVarString(int) - Method in class net.lenni0451.mcping.stream.MCInputStream
Read a var string from the stream.
required - Variable in class net.lenni0451.mcping.responses.MCPingResponse.ForgeData.Channel
 
res - Variable in class net.lenni0451.mcping.responses.MCPingResponse.ForgeData.Channel
 
resolve() - Method in class net.lenni0451.mcping.MCPing
Set the address to be resolved.
resolve() - Method in class net.lenni0451.mcping.ServerAddress
Resolve the server address using the {@code _minecraft.
responseHandler(Consumer<R>) - Method in class net.lenni0451.mcping.MCPing
Set a dedicated response handler.

S

sample - Variable in class net.lenni0451.mcping.responses.MCPingResponse.Players
 
sample - Variable in class net.lenni0451.mcping.responses.QueryPingResponse.Players
 
sample - Variable in class net.lenni0451.mcping.responses.QueryPingResponse.Plugins
 
server - Variable in class net.lenni0451.mcping.responses.BedrockPingResponse
 
Server() - Constructor for class net.lenni0451.mcping.responses.BedrockPingResponse.Server
 
server - Variable in class net.lenni0451.mcping.responses.ClassicPingResponse
 
Server() - Constructor for class net.lenni0451.mcping.responses.ClassicPingResponse.Server
 
server - Variable in class net.lenni0451.mcping.responses.MCPingResponse
 
Server() - Constructor for class net.lenni0451.mcping.responses.MCPingResponse.Server
 
server - Variable in class net.lenni0451.mcping.responses.QueryPingResponse
 
Server() - Constructor for class net.lenni0451.mcping.responses.QueryPingResponse.Server
 
server - Variable in class net.lenni0451.mcping.responses.SocketPingResponse
 
Server() - Constructor for class net.lenni0451.mcping.responses.SocketPingResponse.Server
 
ServerAddress - Class in net.lenni0451.mcping
 
serverId - Variable in class net.lenni0451.mcping.responses.BedrockPingResponse
 
SocketPing - Class in net.lenni0451.mcping.pings.impl
The ping implementation for the socket ping.
SocketPing(int) - Constructor for class net.lenni0451.mcping.pings.impl.SocketPing
 
SocketPingResponse - Class in net.lenni0451.mcping.responses
The response of a SocketPing.
SocketPingResponse() - Constructor for class net.lenni0451.mcping.responses.SocketPingResponse
 
SocketPingResponse.Server - Class in net.lenni0451.mcping.responses
 
start() - Method in class net.lenni0451.mcping.pings.PingReference
Start the ping calculation.
startAndGet() - Method in class net.lenni0451.mcping.pings.PingReference
Start the ping calculation and return the start time.
stop() - Method in class net.lenni0451.mcping.pings.PingReference
Stop the ping calculation.

T

timeout(int, int) - Method in class net.lenni0451.mcping.MCPing
Set the connect and read timeout.
toInetSocketAddress() - Method in class net.lenni0451.mcping.ServerAddress
Get an InetSocketAddress from this server address.
toString() - Method in class net.lenni0451.mcping.responses.BedrockPingResponse.Players
 
toString() - Method in class net.lenni0451.mcping.responses.BedrockPingResponse.Server
 
toString() - Method in class net.lenni0451.mcping.responses.BedrockPingResponse
 
toString() - Method in class net.lenni0451.mcping.responses.BedrockPingResponse.Version
 
toString() - Method in class net.lenni0451.mcping.responses.ClassicPingResponse.Server
 
toString() - Method in class net.lenni0451.mcping.responses.ClassicPingResponse
 
toString() - Method in class net.lenni0451.mcping.responses.MCPingResponse.ForgeData.Channel
 
toString() - Method in class net.lenni0451.mcping.responses.MCPingResponse.ForgeData.Mod
 
toString() - Method in class net.lenni0451.mcping.responses.MCPingResponse.ForgeData
 
toString() - Method in class net.lenni0451.mcping.responses.MCPingResponse.ModInfo.Mod
 
toString() - Method in class net.lenni0451.mcping.responses.MCPingResponse.ModInfo
 
toString() - Method in class net.lenni0451.mcping.responses.MCPingResponse.Players.Player
 
toString() - Method in class net.lenni0451.mcping.responses.MCPingResponse.Players
 
toString() - Method in class net.lenni0451.mcping.responses.MCPingResponse.Server
 
toString() - Method in class net.lenni0451.mcping.responses.MCPingResponse
 
toString() - Method in class net.lenni0451.mcping.responses.MCPingResponse.Version
 
toString() - Method in class net.lenni0451.mcping.responses.QueryPingResponse.Players
 
toString() - Method in class net.lenni0451.mcping.responses.QueryPingResponse.Plugins
 
toString() - Method in class net.lenni0451.mcping.responses.QueryPingResponse.Server
 
toString() - Method in class net.lenni0451.mcping.responses.QueryPingResponse
 
toString() - Method in class net.lenni0451.mcping.responses.SocketPingResponse.Server
 
toString() - Method in class net.lenni0451.mcping.responses.SocketPingResponse
 
truncated - Variable in class net.lenni0451.mcping.responses.MCPingResponse.ForgeData
 
type - Variable in class net.lenni0451.mcping.responses.MCPingResponse.ModInfo
 

V

valueOf(String) - Static method in enum net.lenni0451.mcping.pings.impl.ClassicPing.Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.lenni0451.mcping.pings.impl.LegacyPing.Version
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.lenni0451.mcping.pings.impl.ClassicPing.Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.lenni0451.mcping.pings.impl.LegacyPing.Version
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class net.lenni0451.mcping.responses.BedrockPingResponse
 
Version() - Constructor for class net.lenni0451.mcping.responses.BedrockPingResponse.Version
 
version - Variable in class net.lenni0451.mcping.responses.MCPingResponse.ForgeData.Channel
 
version - Variable in class net.lenni0451.mcping.responses.MCPingResponse.ModInfo.Mod
 
version - Variable in class net.lenni0451.mcping.responses.MCPingResponse
 
Version() - Constructor for class net.lenni0451.mcping.responses.MCPingResponse.Version
 
version - Variable in class net.lenni0451.mcping.responses.QueryPingResponse
 

W

write(MCOutputStream) - Method in interface net.lenni0451.mcping.pings.ATCPPing.PacketWriter
 
write(DataOutputStream) - Method in interface net.lenni0451.mcping.pings.AUDPPing.PacketWriter
 
writeClassicString(String) - Method in class net.lenni0451.mcping.stream.MCOutputStream
Write a classic string to the stream.
writeLegacyString(String) - Method in class net.lenni0451.mcping.stream.MCOutputStream
Write a legacy string to the stream.
writePacket(MCOutputStream, int, ATCPPing.PacketWriter) - Method in class net.lenni0451.mcping.pings.ATCPPing
Write a packet to the output stream.
writePacket(DatagramSocket, ServerAddress, AUDPPing.PacketWriter) - Method in class net.lenni0451.mcping.pings.AUDPPing
Write a packet and send it to the given server address.
writePacket(MCOutputStream, int, ATCPPing.PacketWriter) - Method in class net.lenni0451.mcping.pings.impl.ClassicPing
 
writePacket(MCOutputStream, int, ATCPPing.PacketWriter) - Method in class net.lenni0451.mcping.pings.impl.LegacyPing
 
writePacket(MCOutputStream, int, ATCPPing.PacketWriter) - Method in class net.lenni0451.mcping.pings.impl.ModernPing
 
writePacket(MCOutputStream, int, ATCPPing.PacketWriter) - Method in class net.lenni0451.mcping.pings.impl.SocketPing
 
writeVarInt(int) - Method in class net.lenni0451.mcping.stream.MCOutputStream
Write a var int to the stream.
writeVarString(String) - Method in class net.lenni0451.mcping.stream.MCOutputStream
Write a var string to the stream.
A B C D E F G H I L M N O P Q R S T V W 
Skip navigation links