Class AbstractComponent

java.lang.Object
me.despical.kotl.handlers.setup.AbstractComponent
Direct Known Subclasses:
ArenaOptionComponents, MainMenuComponents, PressurePlateComponents

public abstract class AbstractComponent extends Object
Author:
Despical

Created at 18.02.2024

  • Field Details

    • plugin

      protected final KOTL plugin
    • chatManager

      protected final ChatManager chatManager
  • Constructor Details

    • AbstractComponent

      public AbstractComponent(KOTL plugin)
  • Method Details

    • injectComponents

      public abstract void injectComponents(SetupInventory inventory)
    • isLocationSet

      protected final String isLocationSet(org.bukkit.Location location)