- Backpack - Class in eu.wauz.wauzcore.menu
-
An inventory that can be used as menu or for other custom interaction mechanics.
- Backpack() - Constructor for class eu.wauz.wauzcore.menu.Backpack
-
- backpackMap - Static variable in class eu.wauz.wauzcore.menu.Backpack
-
A map of cached backpacks, indexed by player.
- BASE_SIZE - Static variable in class eu.wauz.wauzcore.menu.Backpack
-
The base amount of slots available in the backpack.
- baseCitizen - Variable in class eu.wauz.wauzcore.mobs.citizens.WauzInstanceCitizen
-
The base citizen, to create instances from.
- BaseClass - Class in eu.wauz.wauzcore.players.classes
-
A template for a class, that can be chosen by a player.
- BaseClass() - Constructor for class eu.wauz.wauzcore.players.classes.BaseClass
-
- BaseModuleListener - Class in eu.wauz.wauzcore.system.listeners
-
A listener to catch events, when the core module is inactive.
- BaseModuleListener() - Constructor for class eu.wauz.wauzcore.system.listeners.BaseModuleListener
-
- baseMultiplier - Variable in class eu.wauz.wauzcore.items.identifiers.WauzEquipmentIdentifier
-
The random base multiplier of the equipment.
- BaseScoreboard - Class in eu.wauz.wauzcore.players.ui.scoreboard
-
The abstract base for all scoreboard classes.
- BaseScoreboard(Player) - Constructor for class eu.wauz.wauzcore.players.ui.scoreboard.BaseScoreboard
-
Initializes the scoreboard and fills it with data.
- BaseSubclass - Class in eu.wauz.wauzcore.players.classes
-
A template for a subclass / mastery, that belongs to a player class.
- BaseSubclass() - Constructor for class eu.wauz.wauzcore.players.classes.BaseSubclass
-
- bats - Variable in class eu.wauz.wauzcore.arcade.MinigameVanHelsing
-
The remaining bats in the arena.
- beam(Player) - Static method in class eu.wauz.wauzcore.items.weapons.CustomWeaponStaff
-
Creates a 9 block long beam, which hits the targeted entity.
- BESTIARY_ENTRY - Static variable in class eu.wauz.wauzcore.mobs.MobMetadataUtils
-
Metadata that holds the bestiary entry name of a mob.
- BestiaryConfigurationUtils - Class in eu.wauz.wauzcore.data.api
-
Collection of methods for reading and writing data in bestiary config files.
- BestiaryConfigurationUtils() - Constructor for class eu.wauz.wauzcore.data.api.BestiaryConfigurationUtils
-
- BestiaryConfigurator - Class in eu.wauz.wauzcore.data
-
Configurator to fetch or modify data from the Bestiary.yml files.
- BestiaryConfigurator() - Constructor for class eu.wauz.wauzcore.data.BestiaryConfigurator
-
- bestiaryEntryName - Variable in class eu.wauz.wauzcore.mobs.MenacingMobsConfig
-
The full name of the mob's bestiary entry.
- BestiaryMenu - Class in eu.wauz.wauzcore.menu.collection
-
An inventory that can be used as menu or for other custom interaction mechanics.
- BestiaryMenu() - Constructor for class eu.wauz.wauzcore.menu.collection.BestiaryMenu
-
- blockAmount - Variable in class eu.wauz.wauzcore.oneblock.OnePhaseLevel
-
How many blocks need to be mined, to proceed to the next level.
- blockedCraftingStations - Static variable in class eu.wauz.wauzcore.system.EventMapper
-
A list of crafting stations to block interactions for, in MMORPG mode.
- blockedDamage - Variable in class eu.wauz.wauzcore.players.calc.DamageCalculatorDefense
-
The damage value, blocked off by a shield or similar.
- blockFakeTileMap - Variable in class eu.wauz.wauzcore.arcade.MinigameTipToe
-
A map of fake tiles, indexed by their blocks.
- blockNo - Variable in class eu.wauz.wauzcore.oneblock.OneBlockProgression
-
The one-block current block number of the player.
- BlockProtectionListener - Class in eu.wauz.wauzcore.system.listeners
-
A listener to catch events, related to damaging or modifying blocks.
- BlockProtectionListener() - Constructor for class eu.wauz.wauzcore.system.listeners.BlockProtectionListener
-
- blockResourceMap - Static variable in class eu.wauz.wauzcore.professions.WauzResource
-
A map with resource spawns, indexed by block.
- blocks - Variable in class eu.wauz.wauzcore.oneblock.OnePhaseLevel
-
All the possible blocks spawning in the level.
- bootsItemStack - Variable in class eu.wauz.wauzcore.mobs.citizens.WauzCitizen
-
The equipped boots item.
- BORDER_RADIUS - Static variable in class eu.wauz.wauzcore.oneblock.OnePlotManager
-
The radius of the border around each plot.
- bossBar - Variable in class eu.wauz.wauzcore.players.ui.WauzPlayerBossBar
-
The Minecraft boss bar.
- bossBarPlayerLinks - Static variable in class eu.wauz.wauzcore.players.ui.WauzPlayerBossBar
-
A map of boss bars, indexed by the player they are shown to.
- bossBars - Static variable in class eu.wauz.wauzcore.players.ui.WauzPlayerBossBar
-
A map of all boss bars, indexed by entity uuid.
- bossKills - Variable in enum eu.wauz.wauzcore.mobs.bestiary.ObservationRank
-
The amount of kills needed to rach the rank for boss mobs.
- boxes - Variable in class eu.wauz.wauzcore.arcade.MinigameWallSiege
-
The remaining boxes in the arena.
- breakingBlocks - Variable in class eu.wauz.wauzcore.arcade.MinigameDoorDash
-
A list of blocks that break when hit.
- breakingBlocks - Variable in class eu.wauz.wauzcore.arcade.template.MinigameTemplateBreakingFloor
-
The list of blocks that can break.
- breakOneBlock(Player, Block) - Static method in class eu.wauz.wauzcore.oneblock.OneBlock
-
Checks if the block is a valid one block and lets the player break it to progress further.
- breakSound - Variable in enum eu.wauz.wauzcore.professions.WauzResourceNodeType
-
The sound to play when the node gets broken.
- BreedingMenu - Class in eu.wauz.wauzcore.menu.collection
-
An inventory that can be used as menu or for other custom interaction mechanics.
- BreedingMenu() - Constructor for class eu.wauz.wauzcore.menu.collection.BreedingMenu
-
Constructs an empty breeding menu instance.
- BreedingMenu(int) - Constructor for class eu.wauz.wauzcore.menu.collection.BreedingMenu
-
Constructs a new breeding menu instance.
- breedItemStack - Variable in class eu.wauz.wauzcore.menu.collection.BreedingMenu
-
The item stack, used to breed pets.
- breedStatusText - Variable in class eu.wauz.wauzcore.menu.collection.BreedingMenu
-
The status text of the pets selected for breeding.
- breedStatusValid - Variable in class eu.wauz.wauzcore.menu.collection.BreedingMenu
-
If the selected pets can be bred.
- broadcast(String) - Static method in class eu.wauz.wauzcore.system.util.Components
-
Sends a message to everyone.
- broadcast(Component) - Static method in class eu.wauz.wauzcore.system.util.Components
-
Sends a component to everyone.
- broadcastMessage(String, Sound) - Method in class eu.wauz.wauzcore.system.instances.InstanceMobArena
-
Broadcasts a title message with sound effect to all players in the arena.
- builder - Variable in class eu.wauz.wauzcore.items.identifiers.WauzEquipmentIdentifier
-
The builder to generate the equipment item.
- burning - Variable in class eu.wauz.wauzcore.mobs.citizens.WauzCitizen
-
If the citizen is burning.
- buy(Player, WauzShopItem, WauzShopDiscount) - Static method in class eu.wauz.wauzcore.system.economy.WauzShopActions
-
Tries to buy the given item for the player.