@Environment(value=CLIENT) public class WorldTemplate extends ValueObject
Modifier and Type | Class and Description |
---|---|
static class |
WorldTemplate.WorldTemplateType |
Modifier and Type | Field and Description |
---|---|
String |
author |
String |
id |
String |
image |
String |
link |
private static Logger |
LOGGER |
String |
name |
String |
recommendedPlayers |
String |
trailer |
WorldTemplate.WorldTemplateType |
type |
String |
version |
Constructor and Description |
---|
WorldTemplate() |
Modifier and Type | Method and Description |
---|---|
static WorldTemplate |
parse(JsonObject node) |
toString
private static final Logger LOGGER
public String id
public String name
public String version
public String author
public String link
public String trailer
public String recommendedPlayers
public WorldTemplate.WorldTemplateType type
public static WorldTemplate parse(JsonObject node)