Type Alias PrintJSONPacket
PrintJSONPacket:
| ItemSendJSONPacket
| ItemCheatJSONPacket
| HintJSONPacket
| JoinJSONPacket
| PartJSONPacket
| ChatJSONPacket
| ServerChatJSONPacket
| TutorialJSONPacket
| TagsChangedJSONPacket
| CommandResultJSONPacket
| AdminCommandResultJSONPacket
| GoalJSONPacket
| ReleaseJSONPacket
| CollectJSONPacket
| CountdownJSONPacket
| ItemSendJSONPacket
| ItemCheatJSONPacket
| HintJSONPacket
| JoinJSONPacket
| PartJSONPacket
| ChatJSONPacket
| ServerChatJSONPacket
| TutorialJSONPacket
| TagsChangedJSONPacket
| CommandResultJSONPacket
| AdminCommandResultJSONPacket
| GoalJSONPacket
| ReleaseJSONPacket
| CollectJSONPacket
| CountdownJSONPacket
A union of possible
PrintJSON
packets. Sent to clients purely to display a message to the player. While various message types provide additional arguments, clients only need to evaluate thedata
argument to construct the human-readable message text. All other arguments may be ignored safely.