Emote

public class Emote

Class Emote. Provides emote functionality for the Hytale server.

java.lang.Object > Emote

Field Summary

id

protected String id

Field id.

name

protected String name

Field name.

animation

protected String animation

Field animation.

Method Detail

Emote

public protected Emote (@Nonnull final BsonDocument bson)

Method Emote.

Parameters:
@Nonnull final BsonDocument bson

getId

public String getId ()

Method getId.

getName

public String getName ()

Method getName.

getAnimation

public String getAnimation ()

Method getAnimation.

toString

public String toString ()

Method toString.