RealmsWorldResetDto.java
com.mojang.realmsclient.dto.RealmsWorldResetDto
信息
- 全限定名:com.mojang.realmsclient.dto.RealmsWorldResetDto
- 类型:public record
- 包:com.mojang.realmsclient.dto
- 源码路径:src/main/java/com/mojang/realmsclient/dto/RealmsWorldResetDto.java
- 起始行号:L9
- 实现:ReflectionBasedSerialization
- 职责:
TODO
字段/常量
- 无
内部类/嵌套类型
- 无
构造器
- 无
方法
下面的方法块按源码顺序生成。
- 无
代码
@OnlyIn(Dist.CLIENT)
public record RealmsWorldResetDto(
@SerializedName("seed") String seed,
@SerializedName("worldTemplateId") long worldTemplateId,
@SerializedName("levelType") int levelType,
@SerializedName("generateStructures") boolean generateStructures,
@SerializedName("experiments") Set<String> experiments
) implements ReflectionBasedSerialization {
}引用的其他类
- ReflectionBasedSerialization
- 引用位置:
实现
- 引用位置: