Class BookEditPacket

All Implemented Interfaces:
Cloneable

public class BookEditPacket extends DataPacket
  • Field Details

    • NETWORK_ID

      public static final byte NETWORK_ID
      See Also:
    • action

      public BookEditPacket.Action action
    • inventorySlot

      public int inventorySlot
    • pageNumber

      public int pageNumber
    • secondaryPageNumber

      public int secondaryPageNumber
    • text

      public String text
    • photoName

      public String photoName
    • title

      public String title
    • author

      public String author
    • xuid

      public String xuid
  • Constructor Details

    • BookEditPacket

      public BookEditPacket()
  • Method Details