Class ServerAddress
java.lang.Object
net.minecraft.client.multiplayer.resolver.ServerAddress
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final HostAndPortprivate static final ServerAddressprivate static final org.slf4j.Logger -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateServerAddress(HostAndPort pHostAndPort) ServerAddress(String pHost, int pPort) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetHost()intgetPort()inthashCode()static booleanisValidAddress(String pHostAndPort) (package private) static intstatic ServerAddressparseString(String pIp) toString()
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
hostAndPort
-
INVALID
-
-
Constructor Details
-
ServerAddress
-
ServerAddress
-
-
Method Details