PingResult.java

com.mojang.realmsclient.dto.PingResult

信息

  • 全限定名:com.mojang.realmsclient.dto.PingResult
  • 类型:public record
  • 包:com.mojang.realmsclient.dto
  • 源码路径:src/main/java/com/mojang/realmsclient/dto/PingResult.java
  • 起始行号:L9
  • 实现:ReflectionBasedSerialization
  • 职责:

    TODO

字段/常量

内部类/嵌套类型

构造器

方法

下面的方法块按源码顺序生成。

代码

@OnlyIn(Dist.CLIENT)
public record PingResult(@SerializedName("pingResults") List<RegionPingResult> pingResults, @SerializedName("worldIds") List<Long> realmIds)
    implements ReflectionBasedSerialization {
}

引用的其他类