Package com.minigameworld.dev
Class TestGame
java.lang.Object
com.minigameworld.frames.MiniGame
com.minigameworld.frames.SoloMiniGame
com.minigameworld.dev.TestGame
- All Implemented Interfaces:
 GameEventListener
- 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidonBreakBlock(org.bukkit.event.block.BlockBreakEvent e)protected voidonPlaceBlock(org.bukkit.event.block.BlockPlaceEvent e)protected voidonPlayerInteractEvent(org.bukkit.event.player.PlayerInteractEvent e)tutorial()Register minigame tutorialMethods inherited from class com.minigameworld.frames.SoloMiniGame
frameType, getScore, getSoloPlayer, minusScore, plusScore, printScoresMethods inherited from class com.minigameworld.frames.MiniGame
checkGameFinishCondition, className, coloredTitle, containsPlayer, customData, customOption, dataManager, equals, finishGame, gamePlayer, gamePlayers, handleException, id, initCustomData, initGame, initSettings, inventoryManager, isActive, isEmpty, isFull, isLessThanPlayersLeft, isLessThanPlayersLive, isLive, isMoreThanPlayersLive, isSameTemplate, isStarted, joinGame, leaveGame, leftPlayTime, leftWaitingTime, livePlayers, livePlayersCount, loadCustomData, location, locationManager, maxPlayers, minigame, minPlayers, minusEveryoneScore, minusScore, onException, onFinish, onFinishDelay, onJoin, onLeave, onStart, onUnview, onView, particle, particle, particles, playerCount, players, playSound, playSounds, playTime, plusEveryoneScore, plusScore, randomPlayer, rank, score, scoreboardManager, sendMessage, sendMessage, sendMessages, sendMessages, sendTitle, sendTitle, sendTitles, sendTitles, setLive, setting, startGame, taskManager, title, titleWithClassName, topPlayer, tutorials, updateScoreboard, viewManager, waitingTime 
- 
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
Description copied from class:MiniGameRegister minigame tutorial 
 -