Class RealmsWorldResetDto

    • Constructor Summary

      Constructors 
      Constructor Description
      RealmsWorldResetDto​(java.lang.String p_i51640_1_, long p_i51640_2_, int p_i51640_4_, boolean p_i51640_5_)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • seed

        @SerializedName("seed")
        private final java.lang.String seed
      • worldTemplateId

        @SerializedName("worldTemplateId")
        private final long worldTemplateId
      • levelType

        @SerializedName("levelType")
        private final int levelType
      • generateStructures

        @SerializedName("generateStructures")
        private final boolean generateStructures
    • Constructor Detail

      • RealmsWorldResetDto

        public RealmsWorldResetDto​(java.lang.String p_i51640_1_,
                                   long p_i51640_2_,
                                   int p_i51640_4_,
                                   boolean p_i51640_5_)