Package net.minecraft.realms
Class RealmsServerStatusPinger
java.lang.Object
net.minecraft.realms.RealmsServerStatusPinger
@Environment(CLIENT) public class RealmsServerStatusPinger extends Object
- Mappings:
Namespace Name official net/minecraft/realms/RealmsServerStatusPingerintermediary net/minecraft/realms/RealmsServerStatusPingernamed net/minecraft/realms/RealmsServerStatusPinger
-
Field Summary
Fields Modifier and Type Field Description private List<ClientConnection>connectionsprivate static LoggerLOGGER -
Constructor Summary
Constructors Constructor Description RealmsServerStatusPinger() -
Method Summary
Modifier and Type Method Description voidpingServer(String string, RealmsServerPing realmsServerPing)voidremoveAll()voidtick()
-
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
-