Package com.mojang.realmsclient.dto
Class RealmsWorldResetDto
java.lang.Object
com.mojang.realmsclient.dto.ValueObject
com.mojang.realmsclient.dto.RealmsWorldResetDto
- All Implemented Interfaces:
 ReflectionBasedSerialization
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate final intprivate final Stringprivate final long - 
Constructor Summary
ConstructorsConstructorDescriptionRealmsWorldResetDto(String p_87643_, long p_87644_, int p_87645_, boolean p_87646_, Set<String> p_305885_)  - 
Method Summary
Methods inherited from class com.mojang.realmsclient.dto.ValueObject
toString 
- 
Field Details
- 
seed
 - 
worldTemplateId
@SerializedName("worldTemplateId") private final long worldTemplateId - 
levelType
@SerializedName("levelType") private final int levelType - 
generateStructures
@SerializedName("generateStructures") private final boolean generateStructures - 
experiments
 
 - 
 - 
Constructor Details
- 
RealmsWorldResetDto
 
 -