Interface Initializer

All Known Subinterfaces:
Feature, GameState
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

    Modifier and Type
    Method
    Description
    default void
    Clear the object
    default void
    Init the object
    default void
    Called on special event when all the objects are initialized
  • 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