Class RealmsWorldResetDto

java.lang.Object
com.mojang.realmsclient.dto.ValueObject
com.mojang.realmsclient.dto.RealmsWorldResetDto
All Implemented Interfaces:
IPersistentSerializable

public class RealmsWorldResetDto extends ValueObject implements IPersistentSerializable
  • Field Details

    • seed

      @SerializedName("seed") private final String 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

      public RealmsWorldResetDto(String p_i51640_1_, long p_i51640_2_, int p_i51640_4_, boolean p_i51640_5_)