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
Modifier and TypeFieldDescriptionprivate final boolean
private final int
private final String
private final long
-
Constructor Summary
ConstructorDescriptionRealmsWorldResetDto
(String p_87643_, long p_87644_, int p_87645_, boolean p_87646_) -
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
-
-
Constructor Details
-
RealmsWorldResetDto
-