Event System
Hook into game events with @EventHandler. Player connections, chat, combat, and more.
← Back to Events
com.hypixel.hytale.server.core.event.events.entity
Fired when a living entity inventory changes.
Fields
| Field | Type | Getter |
|---|---|---|
| itemContainer | ItemContainer | getItemContainer() |
| transaction | Transaction | getTransaction() |