Class StatusPingMessage

java.lang.Object
net.glowstone.net.message.status.StatusPingMessage
All Implemented Interfaces:
com.flowpowered.network.AsyncableMessage, com.flowpowered.network.Message

public final class StatusPingMessage extends Object implements com.flowpowered.network.AsyncableMessage
  • Constructor Details

    • StatusPingMessage

      public StatusPingMessage(long time)
  • Method Details

    • isAsync

      public boolean isAsync()
      Specified by:
      isAsync in interface com.flowpowered.network.AsyncableMessage
    • getTime

      public long getTime()
    • equals

      public boolean equals(Object o)
      Specified by:
      equals in interface com.flowpowered.network.Message
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.flowpowered.network.Message
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Specified by:
      toString in interface com.flowpowered.network.Message
      Overrides:
      toString in class Object