Class PrintJSONEvent

java.lang.Object
dev.koifysh.archipelago.events.PrintJSONEvent
All Implemented Interfaces:
Event

public class PrintJSONEvent extends Object implements Event
event that is fired when the server wishes to send a message to the user.
  • Field Details

  • Constructor Details

    • PrintJSONEvent

      public PrintJSONEvent(APPrint apPrint, APPrintJsonType type, int player, NetworkItem item)
      Parameters:
      apPrint - list of message segments.
      type - the type of the received message.
      player - int id of the sending player.
      item - the network item that is involved with the message.