Package | Description |
---|---|
eu.wauz.wauzcore.arcade |
This package contains classes for the arcade gamemode.
|
eu.wauz.wauzcore.arcade.template |
This package contains template classes for the arcade gamemode.
|
Modifier and Type | Class and Description |
---|---|
class |
MinigameDoorDash
A race minigame, where you have to find a hidden path among fake doors.
|
class |
MinigameHexAGone
A survival minigame, where you have to stay alive while the floor breaks.
|
class |
MinigameJinxed
A hunt minigame, where you have to "jinx" other players.
|
class |
MinigameThinIce
A survival minigame, where you have to shoot players off the breaking floor.
|
class |
MinigameTipToe
A race minigame, where you have to find a hidden path among fake tiles.
|
class |
MinigameVanHelsing
A hunt minigame, where you have to fastly kill vampire bats.
|
class |
MinigameWallSiege
A race minigame, where you have to climb walls with pushable boxes.
|
Modifier and Type | Field and Description |
---|---|
private static ArcadeMinigame |
ArcadeLobby.minigame
The currently played minigame.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,ArcadeMinigame> |
ArcadeLobby.minigameMap
A map of all minigames that can be played, indexed by name.
|
private static java.util.List<ArcadeMinigame> |
ArcadeLobby.queuedMinigames
All minigames that can randomly come up in the next round.
|
Modifier and Type | Method and Description |
---|---|
static ArcadeMinigame |
ArcadeLobby.getMinigame() |
Modifier and Type | Method and Description |
---|---|
static void |
ArcadeLobby.registerMinigame(ArcadeMinigame minigame)
Registers the given minigame.
|
Modifier and Type | Class and Description |
---|---|
class |
MinigameTemplateBreakingFloor
A template for breaking floor minigames.
|