RealmsConfigurationDto.java

com.mojang.realmsclient.dto.RealmsConfigurationDto

信息

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

    TODO

字段/常量

内部类/嵌套类型

构造器

方法

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

代码

@OnlyIn(Dist.CLIENT)
public record RealmsConfigurationDto(
    @SerializedName("options") RealmsSlotUpdateDto options,
    @SerializedName("settings") List<RealmsSetting> settings,
    @SerializedName("regionSelectionPreference") @Nullable RegionSelectionPreferenceDto regionSelectionPreference,
    @SerializedName("description") @Nullable RealmsDescriptionDto description
) implements ReflectionBasedSerialization {
}

引用的其他类