public abstract class MinigameTemplateBreakingFloor extends java.lang.Object implements ArcadeMinigame
Modifier and Type | Field and Description |
---|---|
protected java.util.List<org.bukkit.block.Block> |
breakingBlocks
The list of blocks that can break.
|
protected java.util.List<org.bukkit.entity.Player> |
eliminatedPlayers
The players who have been eliminated.
|
protected int |
maxLosingPlayers
The amount of players who can loose the game.
|
Constructor and Description |
---|
MinigameTemplateBreakingFloor() |
Modifier and Type | Method and Description |
---|---|
java.util.List<org.bukkit.entity.Player> |
endGame()
Ends the game and decides a winner.
|
java.util.List<java.lang.String> |
getDescription() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName, handleAnimationEvent, handleDamageEvent, handleDeathEvent, handleInteractEvent, handleMoveEvent, handleProjectileHitEvent, handleQuitEvent, handleStartEvent, handleTick, startGame
protected java.util.List<org.bukkit.block.Block> breakingBlocks
protected java.util.List<org.bukkit.entity.Player> eliminatedPlayers
protected int maxLosingPlayers
public java.util.List<java.lang.String> getDescription()
getDescription
in interface ArcadeMinigame
public java.util.List<org.bukkit.entity.Player> endGame()
endGame
in interface ArcadeMinigame