Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 443 Bytes

File metadata and controls

9 lines (7 loc) · 443 Bytes

Events

PreGenerateWorldEvent

This event is called when the #generateWorld method is first ran either through an API call or through the plugin. The SlimeWorld is exposed and can be modified. The event is not cancellable.

PostGenerateWorldEvent

This event is called after the #generateWorld method is ran either through an API call or through the plugin. The SlimeWorld is exposed and can be modified. The event is not cancellable.