Class GameA

All Implemented Interfaces:
GameEventListener, org.bukkit.event.Listener

public class GameA extends SoloBattleMiniGame implements org.bukkit.event.Listener
  • Field Details

    • mob

      org.bukkit.entity.Entity mob
  • Constructor Details

    • GameA

      public GameA()
  • Method Details

    • onBlockBreak

      public void onBlockBreak(org.bukkit.event.block.BlockBreakEvent e)
    • tutorial

      protected List<String> tutorial()
      Description copied from class: MiniGame
      Register minigame tutorial
      Specified by:
      tutorial in class MiniGame