Package-level declarations
Types
Link copied to clipboard
Intercepts every incoming chat message at the lowest level (the private addMessage that all of addClientSystemMessage / addServerSystemMessage / addPlayerMessage funnel into) so JIM's `chat` trigger can read and optionally cancel it.
Link copied to clipboard
Feeds the
spawnParticle trigger from the client level.Link copied to clipboard
Feeds the
messageSent trigger; cancelling blocks the outgoing chat message.Link copied to clipboard
Feeds JIM's
packetReceived / packetSent triggers.Link copied to clipboard
Drives the
renderEntity / postRenderEntity triggers and JIM's Tessellator matrix API.Link copied to clipboard
Adds a transient back-reference to the source entity on every entity render state.
Link copied to clipboard
Feeds the
entityDeath trigger.Link copied to clipboard
Feeds the
soundPlay trigger — every sound that reaches the engine.