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
open class MixinClientLevel
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
open class MixinConnection
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
open class MixinGui
Feeds the actionBar trigger; cancelling hides the overlay (action-bar) message.
Link copied to clipboard
Feeds the entityDeath trigger.
Link copied to clipboard
open class MixinSoundEngine
Feeds the soundPlay trigger — every sound that reaches the engine.