Class RealmsDescriptionDto

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

public class RealmsDescriptionDto extends ValueObject implements IPersistentSerializable
  • Field Details

    • name

      @SerializedName("name") public String name
    • description

      @SerializedName("description") public String description
  • Constructor Details

    • RealmsDescriptionDto

      public RealmsDescriptionDto(String p_i51655_1_, String p_i51655_2_)