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 SummaryFieldsModifier and TypeFieldDescriptionprivate final booleanprivate final intprivate final Stringprivate final long
- 
Constructor SummaryConstructorsConstructorDescriptionRealmsWorldResetDto(String p_87643_, long p_87644_, int p_87645_, boolean p_87646_, Set<String> p_305885_) 
- 
Method SummaryMethods inherited from class com.mojang.realmsclient.dto.ValueObjecttoString
- 
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
 
-