Changes
From Forge Community Wiki
9 bytes removed
, 13:44, 20 April 2021
mLine 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
−
*** [[Events/BlockEvent|BlockEvent]] - Superclass for events relating to a block within the world
+
*** <code>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