| Class | Description | 
|---|---|
| CloningCompleteEvent | Created by primerib on 10/17/2020. | 
| MysteryBoxEvent | Events relating to the operation and activation of the Mystery Box. | 
| MysteryBoxEvent.Activate | |
| MysteryBoxEvent.ComparatorPower | |
| MysteryBoxEvent.Feed | |
| MysteryBoxEvent.Open | |
| MysteryBoxEvent.Open.Post | |
| MysteryBoxEvent.Open.Pre | |
| MysteryBoxEvent.Tick | |
| MysteryBoxEvent.Tick.AboutToClose | |
| MysteryBoxEvent.Tick.DoSpawn | |
| MysteryBoxEvent.Tick.Start | |
| MysteryBoxEvent.Tick.TrySpawn | |
| TumblestoneBlockEvent | All relevant events for the Tumblestone blocks | 
| TumblestoneBlockEvent.PostBlockBroke | Fires after the block drops the items after broken | 
| TumblestoneBlockEvent.PostBlockDestroy | Fired after the destroy happens (when the tumblestone block receives damage from a player) | 
| TumblestoneBlockEvent.PostCooldownEnd | Fires after the block takes a chance at returning to the "base" state after being broken and dropping items
 Cancelling prevents the block from returning to the base state | 
| TumblestoneBlockEvent.PostGrow | Fired in the random tick before the tumblestone attempts to increase in age (grow)
 Cancelling will prevent it from attempting to grow | 
| TumblestoneBlockEvent.PreBlockBroke | Fires before the block drops the items after broken
 Cancelling prevents the drops | 
| TumblestoneBlockEvent.PreBlockDestroy | Fired before the destroy happens
 Cancelling will prevent the destroy (when the tumblestone block receives damage from a player) | 
| TumblestoneBlockEvent.PreCooldownEnd | Fires before the block takes a chance at returning to the "base" state after being broken and dropping items
 Cancelling prevents the block from returning to the base state | 
| TumblestoneBlockEvent.PreGrow | Fired in the random tick before the tumblestone attempts to increase in age (grow)
 Cancelling will prevent it from attempting to grow | 
| WarpPlateEvent | Created by Jay113355 on 8/12/2020. |