Uses of Record Class
com.mojang.realmsclient.dto.RegionPingResult
Packages that use RegionPingResult
-
Uses of RegionPingResult in com.mojang.realmsclient.client
Methods in com.mojang.realmsclient.client that return types with arguments of type RegionPingResultModifier and TypeMethodDescriptionstatic List<RegionPingResult> Ping.ping(Ping.Region... pRegions) static List<RegionPingResult> Ping.pingAllRegions() -
Uses of RegionPingResult in com.mojang.realmsclient.dto
Fields in com.mojang.realmsclient.dto with type parameters of type RegionPingResultModifier and TypeFieldDescriptionprivate final List<RegionPingResult> PingResult.pingResultsThe field for thepingResultsrecord component.Methods in com.mojang.realmsclient.dto that return types with arguments of type RegionPingResultModifier and TypeMethodDescriptionPingResult.pingResults()Returns the value of thepingResultsrecord component.Constructor parameters in com.mojang.realmsclient.dto with type arguments of type RegionPingResultModifierConstructorDescriptionPingResult(List<RegionPingResult> pingResults, List<Long> realmIds) Creates an instance of aPingResultrecord class.