Class ICustomInteraction

java.lang.Object
studio.magemonkey.divinity.manager.interactions.api.ICustomInteraction
Direct Known Subclasses:
AnimatedSuccessBar

public abstract class ICustomInteraction extends Object
  • Field Details

    • plugin

      protected Divinity plugin
    • player

      protected org.bukkit.entity.Player player
  • Constructor Details

    • ICustomInteraction

      public ICustomInteraction(@NotNull Divinity plugin)
  • Method Details

    • act

      public final boolean act(@NotNull org.bukkit.entity.Player player)
    • doAction

      protected abstract boolean doAction()
    • endAction

      protected final void endAction()