java.lang.Object
com.hypixel.hytale.server.core.cosmetics.Emote

public class Emote extends Object
  • Field Details

    • id

      protected String id
    • name

      protected String name
    • animation

      protected String animation
  • Constructor Details

    • Emote

      protected Emote(@Nonnull org.bson.BsonDocument bson)
  • Method Details

    • getId

      public String getId()
    • getName

      public String getName()
    • getAnimation

      public String getAnimation()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object