@Environment(value=CLIENT) public class PendingInvite extends ValueObject
Modifier and Type | Field and Description |
---|---|
Date |
date |
String |
invitationId |
private static Logger |
LOGGER |
String |
worldName |
String |
worldOwnerName |
String |
worldOwnerUuid |
Constructor and Description |
---|
PendingInvite() |
Modifier and Type | Method and Description |
---|---|
static PendingInvite |
parse(JsonObject json) |
toString
private static final Logger LOGGER
public String invitationId
public String worldName
public String worldOwnerName
public String worldOwnerUuid
public Date date
public static PendingInvite parse(JsonObject json)