Package net.minecraft.realms
Class RealmsServerStatusPinger
java.lang.Object
net.minecraft.realms.RealmsServerStatusPinger
- Mappings:
Namespace Name official net/minecraft/realms/RealmsServerStatusPingerintermediary net/minecraft/realms/RealmsServerStatusPingernamed net/minecraft/realms/RealmsServerStatusPinger
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<ClientConnection>private static final Logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpingServer(String string, RealmsServerPing realmsServerPing) voidvoidtick()
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official LOGGERLnet/minecraft/realms/RealmsServerStatusPinger;LOGGER:Lorg/apache/logging/log4j/Logger;intermediary LOGGERLnet/minecraft/realms/RealmsServerStatusPinger;LOGGER:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/realms/RealmsServerStatusPinger;LOGGER:Lorg/apache/logging/log4j/Logger;
-
connections
- Mappings:
Namespace Name Mixin selector official connectionsLnet/minecraft/realms/RealmsServerStatusPinger;connections:Ljava/util/List;intermediary connectionsLnet/minecraft/realms/RealmsServerStatusPinger;connections:Ljava/util/List;named connectionsLnet/minecraft/realms/RealmsServerStatusPinger;connections:Ljava/util/List;
-
-
Constructor Details
-
RealmsServerStatusPinger
public RealmsServerStatusPinger()
-
-
Method Details
-
pingServer
public void pingServer(String string, RealmsServerPing realmsServerPing) throws UnknownHostException - Throws:
UnknownHostException- Mappings:
Namespace Name Mixin selector official pingServerLnet/minecraft/realms/RealmsServerStatusPinger;pingServer(Ljava/lang/String;Lnet/minecraft/realms/RealmsServerPing;)Vintermediary pingServerLnet/minecraft/realms/RealmsServerStatusPinger;pingServer(Ljava/lang/String;Lnet/minecraft/realms/RealmsServerPing;)Vnamed pingServerLnet/minecraft/realms/RealmsServerStatusPinger;pingServer(Ljava/lang/String;Lnet/minecraft/realms/RealmsServerPing;)V
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector official tickLnet/minecraft/realms/RealmsServerStatusPinger;tick()Vintermediary tickLnet/minecraft/realms/RealmsServerStatusPinger;tick()Vnamed tickLnet/minecraft/realms/RealmsServerStatusPinger;tick()V
-
removeAll
public void removeAll()- Mappings:
Namespace Name Mixin selector official removeAllLnet/minecraft/realms/RealmsServerStatusPinger;removeAll()Vintermediary removeAllLnet/minecraft/realms/RealmsServerStatusPinger;removeAll()Vnamed removeAllLnet/minecraft/realms/RealmsServerStatusPinger;removeAll()V
-