Changes

22 bytes added ,  13:42, 20 April 2021
m
no edit summary
Line 308: Line 308:  
** '''Superclass events''' - ''These events exist to be superclasses of other events''
 
** '''Superclass events''' - ''These events exist to be superclasses of other events''
 
*** <code>GenericEvent</code> - ''from EventBus'', superclass of events which have a generic type
 
*** <code>GenericEvent</code> - ''from EventBus'', superclass of events which have a generic type
*** <code>BlockEvent</code> - Superclass for events relating to a block within the world
+
*** <code>[[Events/BlockEvent|BlockEvent]]</code> - Superclass for events relating to a block within the world
 
*** <code>WorldEvent</code> - Superclass for events relating to the world
 
*** <code>WorldEvent</code> - Superclass for events relating to the world
 
*** <code>InputEvent</code> - ('''client-only''') Superclass for events relating to the player's keyboard and mouse inputs
 
*** <code>InputEvent</code> - ('''client-only''') Superclass for events relating to the player's keyboard and mouse inputs
16

edits