AuthorInfo

public class AuthorInfo

Class AuthorInfo. Provides authorinfo functionality for the Hytale server.

java.lang.Object > AuthorInfo

Field Summary

name

private String name

Field name.

email

private String email

Field email.

url

private String url

Field url.

Method Detail

getName

public String getName ()

Method getName.

getEmail

public String getEmail ()

Method getEmail.

getUrl

public String getUrl ()

Method getUrl.

setName

public void setName (@Nullable final String name)

Method setName.

Parameters:
@Nullable final String name

setEmail

public void setEmail (@Nullable final String email)

Method setEmail.

Parameters:
@Nullable final String email

setUrl

public void setUrl (@Nullable final String url)

Method setUrl.

Parameters:
@Nullable final String url

toString

public String toString ()

Method toString.

KeyedCodec

public new KeyedCodec ("Email", Codec.STRING)

Method KeyedCodec.

Parameters:
"Email" "Email"
Codec.STRING Codec.STRING