Package dev.koifysh.archipelago.events
Class PrintJSONEvent
java.lang.Object
dev.koifysh.archipelago.events.PrintJSONEvent
- All Implemented Interfaces:
Event
event that is fired when the server wishes to send a message to the user.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint -
Constructor Summary
ConstructorsConstructorDescriptionPrintJSONEvent(APPrint apPrint, APPrintJsonType type, int player, NetworkItem item) -
Method Summary
-
Field Details
-
apPrint
-
type
-
player
public int player -
item
-
-
Constructor Details
-
PrintJSONEvent
- 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.
-