Uses of Record Class
net.minecraft.client.realms.dto.RegionPingResult
Packages that use RegionPingResult
-
Uses of RegionPingResult in net.minecraft.client.realms
Methods in net.minecraft.client.realms that return types with arguments of type RegionPingResultModifier and TypeMethodDescriptionstatic List<RegionPingResult> Ping.ping(Ping.Region[] regions) static List<RegionPingResult> Ping.pingAllRegions() -
Uses of RegionPingResult in net.minecraft.client.realms.dto
Fields in net.minecraft.client.realms.dto with type parameters of type RegionPingResultModifier and TypeFieldDescriptionprivate final List<RegionPingResult> PingResult.pingResultsThe field for thepingResultsrecord component.Methods in net.minecraft.client.realms.dto that return types with arguments of type RegionPingResultModifier and TypeMethodDescriptionPingResult.pingResults()Returns the value of thepingResultsrecord component.Constructor parameters in net.minecraft.client.realms.dto with type arguments of type RegionPingResultModifierConstructorDescriptionPingResult(List<RegionPingResult> pingResults, List<Long> realmIds)