Class OpenWindowMessage

java.lang.Object
net.glowstone.net.message.play.inv.OpenWindowMessage
All Implemented Interfaces:
com.flowpowered.network.Message

public final class OpenWindowMessage extends Object implements com.flowpowered.network.Message
  • Constructor Details

    • OpenWindowMessage

      public OpenWindowMessage(int id, String type, String title, int slots)
    • OpenWindowMessage

      public OpenWindowMessage(int id, String type, TextMessage title, int slots, int entityId)
  • Method Details

    • getId

      public int getId()
    • getType

      public String getType()
    • getTitle

      public TextMessage getTitle()
    • getSlots

      public int getSlots()
    • getEntityId

      public int getEntityId()
    • 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