Skip to content

Levels

Class: UnifiedEvents.Levels

Various common level events.

Methods

UnifiedEvents.Levels.onLoad(level -> {
    // your custom behaviour here
});
UnifiedEvents.Levels.onUnload(level -> {
    // your custom behaviour here
});