Class TestGame

All Implemented Interfaces:
GameEventListener

public class TestGame extends SoloMiniGame
  • Constructor Details

    • TestGame

      public TestGame()
  • Method Details

    • onBreakBlock

      protected void onBreakBlock(org.bukkit.event.block.BlockBreakEvent e)
    • onPlaceBlock

      protected void onPlaceBlock(org.bukkit.event.block.BlockPlaceEvent e)
    • onPlayerInteractEvent

      protected void onPlayerInteractEvent(org.bukkit.event.player.PlayerInteractEvent e)
    • tutorial

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