Interface Initializer
- All Known Implementing Classes:
Arena,ArenaManager,BukkitArena,FeatureUnit,LoadedArenaManager,MineLibArena,SimpleBukkitArena,StandaloneArena,TimerFeature
public interface Initializer
The interface represents that the object can be initialized and cleared
-
Method Summary
-
Method Details
-
init
default void init()Init the object -
postInit
default void postInit()Called on special event when all the objects are initialized -
clear
default void clear()Clear the object
-