Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

W

waitingPlayers - Static variable in class eu.wauz.wauzcore.arcade.ArcadeLobby
All players waiting for a game to start.
WauzAchievement - Class in eu.wauz.wauzcore.system.achievements
An achievement, generated from the achievement config file.
WauzAchievement(String) - Constructor for class eu.wauz.wauzcore.system.achievements.WauzAchievement
Constructor for a new achievement.
WauzAchievementType - Enum in eu.wauz.wauzcore.system.achievements
The different types an achievement can have.
WauzAchievementType(String, String, boolean) - Constructor for enum eu.wauz.wauzcore.system.achievements.WauzAchievementType
Creates an achievement type with the given key.
WauzActiveInstance - Class in eu.wauz.wauzcore.system.instances
An instance data to save session scoped instance information.
WauzActiveInstance(World, String) - Constructor for class eu.wauz.wauzcore.system.instances.WauzActiveInstance
 
WauzActiveInstance(World, WauzInstance) - Constructor for class eu.wauz.wauzcore.system.instances.WauzActiveInstance
Constructs an active instance data, based on an instance template.
WauzActiveInstancePool - Class in eu.wauz.wauzcore.system.instances
A static cache of active instances.
WauzActiveInstancePool() - Constructor for class eu.wauz.wauzcore.system.instances.WauzActiveInstancePool
 
WauzActivePet - Class in eu.wauz.wauzcore.mobs.pets
A cached pet, currently summoned by a player.
WauzActivePet(Player, Entity, WauzPet, ItemStack) - Constructor for class eu.wauz.wauzcore.mobs.pets.WauzActivePet
Creates a new active pet data.
WauzBaseInstance - Class in eu.wauz.wauzcore.system.instances
Abstract class for instance data.
WauzBaseInstance() - Constructor for class eu.wauz.wauzcore.system.instances.WauzBaseInstance
 
WauzBestiaryCategory - Enum in eu.wauz.wauzcore.mobs.bestiary
The category of a section in the bestiary.
WauzBestiaryCategory(String) - Constructor for enum eu.wauz.wauzcore.mobs.bestiary.WauzBestiaryCategory
Creates a new bestiary category with given name.
WauzBestiaryEntry - Class in eu.wauz.wauzcore.mobs.bestiary
An entry of a bestiary species, generated from a bestiary config and a mythic mobs config file.
WauzBestiaryEntry(WauzBestiarySpecies, String) - Constructor for class eu.wauz.wauzcore.mobs.bestiary.WauzBestiaryEntry
Constructs an entry of a bestiary species, based on the bestiary file in the /WauzCore/BestiaryData/Category folder.
WauzBestiarySpecies - Class in eu.wauz.wauzcore.mobs.bestiary
A species in a bestiary category, generated from a bestiary config file.
WauzBestiarySpecies(WauzBestiaryCategory, String) - Constructor for class eu.wauz.wauzcore.mobs.bestiary.WauzBestiarySpecies
Constructs a species including entries, based on the bestiary file in the /WauzCore/BestiaryData/Category folder.
WauzCitizen - Class in eu.wauz.wauzcore.mobs.citizens
A citizen, generated from a citizen config file.
WauzCitizen(String) - Constructor for class eu.wauz.wauzcore.mobs.citizens.WauzCitizen
Constructs a citizen, based on the citizen file name in the /WauzCore/CitizenData folder.
WauzCitizen(WauzCitizen) - Constructor for class eu.wauz.wauzcore.mobs.citizens.WauzCitizen
Constructs a citizen, that is an exact copy of another citizen.
WauzCitizenCache - Class in eu.wauz.wauzcore.mobs.citizens
A cache of citizens, used for repeating citizen actions.
WauzCitizenCache() - Constructor for class eu.wauz.wauzcore.mobs.citizens.WauzCitizenCache
 
WauzCitizenInteractions - Class in eu.wauz.wauzcore.mobs.citizens
The interaction options of a citizen.
WauzCitizenInteractions(String, String) - Constructor for class eu.wauz.wauzcore.mobs.citizens.WauzCitizenInteractions
Constructs a set of interactions for the citizen with the given name.
WauzCitizenSpawner - Class in eu.wauz.wauzcore.mobs.citizens
A class to handle spawning / despawning, aswell as rendering of citizen npcs.
WauzCitizenSpawner() - Constructor for class eu.wauz.wauzcore.mobs.citizens.WauzCitizenSpawner
 
WauzCommand - Interface in eu.wauz.wauzcore.commands.execution
A command, that can be executed by a player with fitting permissions.
WauzCommandExecutor - Class in eu.wauz.wauzcore.commands.execution
This class is used to register, find and execute commands.
WauzCommandExecutor() - Constructor for class eu.wauz.wauzcore.commands.execution.WauzCommandExecutor
 
WauzCore - Class in eu.wauz.wauzcore
The main class of the plugin and holder of system information.
WauzCore() - Constructor for class eu.wauz.wauzcore.WauzCore
 
WauzCurrency - Class in eu.wauz.wauzcore.system.economy
A currency or reputation type, generated from a currency config file.
WauzCurrency(WauzCurrencyCategory, String) - Constructor for class eu.wauz.wauzcore.system.economy.WauzCurrency
Constructs a currency, based on the currency file in the /WauzCore folder.
WauzCurrency(String) - Constructor for class eu.wauz.wauzcore.system.economy.WauzCurrency
Constructs a global currency, without a category, with the given name.
WauzCurrencyCategory - Class in eu.wauz.wauzcore.system.economy
A category of a currency.
WauzCurrencyCategory(String) - Constructor for class eu.wauz.wauzcore.system.economy.WauzCurrencyCategory
Constructs a currency category, based on the currency file in the /WauzCore folder.
WauzDateUtils - Class in eu.wauz.wauzcore.system.util
An util class for calculating dates.
WauzDateUtils() - Constructor for class eu.wauz.wauzcore.system.util.WauzDateUtils
 
WauzDebugger - Class in eu.wauz.wauzcore.system
Used for debug logging and administrative command mechanics.
WauzDebugger() - Constructor for class eu.wauz.wauzcore.system.WauzDebugger
 
WauzDialog - Class in eu.wauz.wauzcore.menu
An inventory that can be used as menu or for other custom interaction mechanics.
WauzDialog() - Constructor for class eu.wauz.wauzcore.menu.WauzDialog
 
WauzDiscordBot - Class in eu.wauz.wauzcore.system
The Discord bot running on the server.
WauzDiscordBot() - Constructor for class eu.wauz.wauzcore.system.WauzDiscordBot
Creates and logs in a new bot and loads all channels.
WauzDiscordListener - Class in eu.wauz.wauzcore.system.listeners
This class listens to Bukkit events, to send messages to Discord.
WauzDiscordListener() - Constructor for class eu.wauz.wauzcore.system.listeners.WauzDiscordListener
 
WauzDiscordLogFilter - Class in eu.wauz.wauzcore.system
Listens to log records from Bukkit, to forward them to Discord.
WauzDiscordLogFilter() - Constructor for class eu.wauz.wauzcore.system.WauzDiscordLogFilter
Creates a log filter for all levels above trace.
WauzDungeonMap - Class in eu.wauz.wauzcore.items
A class for handling the usage of dungeon / instance maps.
WauzDungeonMap() - Constructor for class eu.wauz.wauzcore.items.WauzDungeonMap
 
WauzEnhancement - Interface in eu.wauz.wauzcore.items.enhancements
An enhancement, that can be applied onto an unfinished piece of equipment.
WauzEnhancementParameters - Class in eu.wauz.wauzcore.items.enhancements
Parameters of equipment items, that can be affected by enhancements.
WauzEnhancementParameters(int) - Constructor for class eu.wauz.wauzcore.items.enhancements.WauzEnhancementParameters
Initializes the parameters, for an enhancement of the given level.
WauzEquipment - Class in eu.wauz.wauzcore.items
A class that represents a base type of equipment.
WauzEquipment(EquipmentType, Material, String) - Constructor for class eu.wauz.wauzcore.items.WauzEquipment
Creates a new base equipment type.
WauzEquipmentBuilder - Class in eu.wauz.wauzcore.items.identifiers
A class for generating equipment with all possible skill and stat combinations.
WauzEquipmentBuilder(Material) - Constructor for class eu.wauz.wauzcore.items.identifiers.WauzEquipmentBuilder
Constructs a builder for creating a new equipment item.
WauzEquipmentEnhancer - Class in eu.wauz.wauzcore.items.enhancements
This class is used to register, find and apply enhancements.
WauzEquipmentEnhancer() - Constructor for class eu.wauz.wauzcore.items.enhancements.WauzEquipmentEnhancer
 
WauzEquipmentHelper - Class in eu.wauz.wauzcore.items.identifiers
A class to get special equipment items from.
WauzEquipmentHelper() - Constructor for class eu.wauz.wauzcore.items.identifiers.WauzEquipmentHelper
 
WauzEquipmentIdentifier - Class in eu.wauz.wauzcore.items.identifiers
Typed identifier, used for identifying equipment items.
WauzEquipmentIdentifier() - Constructor for class eu.wauz.wauzcore.items.identifiers.WauzEquipmentIdentifier
 
WauzFileUtils - Class in eu.wauz.wauzcore.system.util
An util class to read or modify files.
WauzFileUtils() - Constructor for class eu.wauz.wauzcore.system.util.WauzFileUtils
 
wauzId - Variable in class eu.wauz.wauzcore.players.WauzPlayerData
The session id of the player.
WauzIdentifier - Class in eu.wauz.wauzcore.items.identifiers
Generic identifier, used for determining what typed identifier should be used.
WauzIdentifier() - Constructor for class eu.wauz.wauzcore.items.identifiers.WauzIdentifier
 
WauzInstance - Class in eu.wauz.wauzcore.system.instances
An instance template, generated from an insctance config file.
WauzInstance(String) - Constructor for class eu.wauz.wauzcore.system.instances.WauzInstance
Constructs an instance template, based on the instance file in the /WauzCore/InstanceData folder.
WauzInstanceCitizen - Class in eu.wauz.wauzcore.mobs.citizens
A citizen that can be instanced, to be encountered in instanced worlds.
WauzInstanceCitizen(String) - Constructor for class eu.wauz.wauzcore.mobs.citizens.WauzInstanceCitizen
Creates a new citizen that can be instanced.
WauzInstanceCitizen(WauzCitizen) - Constructor for class eu.wauz.wauzcore.mobs.citizens.WauzInstanceCitizen
Creates a new citizen that can be instanced.
WauzInstanceKeyStatus - Enum in eu.wauz.wauzcore.system.instances
The status of a key of an instance.
WauzInstanceKeyStatus(String, ChatColor) - Constructor for enum eu.wauz.wauzcore.system.instances.WauzInstanceKeyStatus
Creates a new instance key status with given name.
WauzInstanceType - Enum in eu.wauz.wauzcore.system.instances
The type of an instance.
WauzInstanceType(String) - Constructor for enum eu.wauz.wauzcore.system.instances.WauzInstanceType
Creates a new instance type with given name.
WauzInventory - Interface in eu.wauz.wauzcore.menu.util
An inventory that can be used as menu or for other custom interaction mechanics.
WauzInventoryHolder - Class in eu.wauz.wauzcore.menu.util
An inventory holder for storing custom event inventories like menus.
WauzInventoryHolder(WauzInventory) - Constructor for class eu.wauz.wauzcore.menu.util.WauzInventoryHolder
Creates a new inventory holder for the given custom inventory.
WauzMenu - Class in eu.wauz.wauzcore.menu
An inventory that can be used as menu or for other custom interaction mechanics.
WauzMenu() - Constructor for class eu.wauz.wauzcore.menu.WauzMenu
 
wauzMode - Variable in class eu.wauz.wauzcore.players.WauzPlayerGroup
The mode of this group's world.
WauzMode - Enum in eu.wauz.wauzcore.system.util
An util class to determine the mode of entities or worlds.
WauzMode(String) - Constructor for enum eu.wauz.wauzcore.system.util.WauzMode
Creates a Wauz mode with given name.
WauzModeMenu - Class in eu.wauz.wauzcore.menu
An inventory that can be used as menu or for other custom interaction mechanics.
WauzModeMenu() - Constructor for class eu.wauz.wauzcore.menu.WauzModeMenu
 
WauzModules - Class in eu.wauz.wauzcore.system
A class to manage the modules that are activated on the server.
WauzModules() - Constructor for class eu.wauz.wauzcore.system.WauzModules
 
WauzNmsClient - Class in eu.wauz.wauzcore.system.nms
Collection of general net.minecraft.server specific methods.
WauzNmsClient() - Constructor for class eu.wauz.wauzcore.system.nms.WauzNmsClient
 
WauzNmsMinimap - Class in eu.wauz.wauzcore.system.nms
Live minimap using net.minecraft.server classes.
WauzNmsMinimap() - Constructor for class eu.wauz.wauzcore.system.nms.WauzNmsMinimap
 
WauzNoteBlockPlayer - Class in eu.wauz.wauzcore.system
Used for playing note block studio background songs to players.
WauzNoteBlockPlayer() - Constructor for class eu.wauz.wauzcore.system.WauzNoteBlockPlayer
 
WauzPermission - Enum in eu.wauz.wauzcore.system
Permissions that can be granted to players.
WauzPermission(String) - Constructor for enum eu.wauz.wauzcore.system.WauzPermission
Creates a new permission with given name.
WauzPet - Class in eu.wauz.wauzcore.mobs.pets
A pet, generated from the pet config file.
WauzPet(String) - Constructor for class eu.wauz.wauzcore.mobs.pets.WauzPet
Constructor for a new pet.
WauzPetAbilities - Class in eu.wauz.wauzcore.mobs.pets
A class for handling the usage of pet abilities.
WauzPetAbilities() - Constructor for class eu.wauz.wauzcore.mobs.pets.WauzPetAbilities
 
WauzPetAbility - Interface in eu.wauz.wauzcore.mobs.pets
A pet ability to help the pet's owner, used every few seconds.
WauzPetBreedingLevel - Class in eu.wauz.wauzcore.mobs.pets
A pet breeding level, generated from the pet config file.
WauzPetBreedingLevel(int) - Constructor for class eu.wauz.wauzcore.mobs.pets.WauzPetBreedingLevel
Constructor for a new pet breeding level.
WauzPetEgg - Class in eu.wauz.wauzcore.mobs.pets
A pet egg that can be used to interact with pets.
WauzPetEgg() - Constructor for class eu.wauz.wauzcore.mobs.pets.WauzPetEgg
 
WauzPetFoodStats - Class in eu.wauz.wauzcore.mobs.pets
A data object, containing the stats of a pet food item.
WauzPetFoodStats(ItemStack) - Constructor for class eu.wauz.wauzcore.mobs.pets.WauzPetFoodStats
Creates a food stats instance, based on the given item stack.
WauzPetRarity - Enum in eu.wauz.wauzcore.mobs.pets
The rarity of a pet, containing name, color and max stat multiplier.
WauzPetRarity(String, int, ChatColor, Material) - Constructor for enum eu.wauz.wauzcore.mobs.pets.WauzPetRarity
Creates a new pet rarity with given values.
WauzPetStat - Class in eu.wauz.wauzcore.mobs.pets
A pet stat, generated from the pet config file.
WauzPetStat(String) - Constructor for class eu.wauz.wauzcore.mobs.pets.WauzPetStat
Constructor for a new (non horse) pet stat.
WauzPetStat(String, String, String, boolean) - Constructor for class eu.wauz.wauzcore.mobs.pets.WauzPetStat
Constructor for a new pet stat.
WauzPlayerActionBar - Class in eu.wauz.wauzcore.players.ui
An UI class to show the player custom stats like health in their action bar.
WauzPlayerActionBar() - Constructor for class eu.wauz.wauzcore.players.ui.WauzPlayerActionBar
 
WauzPlayerBossBar - Class in eu.wauz.wauzcore.players.ui
An UI class to show the player name and health of the targeted object.
WauzPlayerBossBar() - Constructor for class eu.wauz.wauzcore.players.ui.WauzPlayerBossBar
 
WauzPlayerClass - Interface in eu.wauz.wauzcore.players.classes
A class, that can be chosen by a player.
WauzPlayerClassPool - Class in eu.wauz.wauzcore.players.classes
This class is used to register, find and select classes.
WauzPlayerClassPool() - Constructor for class eu.wauz.wauzcore.players.classes.WauzPlayerClassPool
 
WauzPlayerClassStats - Class in eu.wauz.wauzcore.players.classes
The starting stats and passive skills of a class.
WauzPlayerClassStats() - Constructor for class eu.wauz.wauzcore.players.classes.WauzPlayerClassStats
 
WauzPlayerData - Class in eu.wauz.wauzcore.players
A player data to save session scoped player information.
WauzPlayerData(Player, int) - Constructor for class eu.wauz.wauzcore.players.WauzPlayerData
Creates a player data with given session id.
WauzPlayerDataPool - Class in eu.wauz.wauzcore.players
A static cache of player datas.
WauzPlayerDataPool() - Constructor for class eu.wauz.wauzcore.players.WauzPlayerDataPool
 
WauzPlayerDataSectionSelections - Class in eu.wauz.wauzcore.players
A section of the player data for storing selection data.
WauzPlayerDataSectionSelections(WauzPlayerData) - Constructor for class eu.wauz.wauzcore.players.WauzPlayerDataSectionSelections
Constructs a new instance of the section.
WauzPlayerDataSectionSkills - Class in eu.wauz.wauzcore.players
A section of the player data for storing skill data.
WauzPlayerDataSectionSkills(WauzPlayerData) - Constructor for class eu.wauz.wauzcore.players.WauzPlayerDataSectionSkills
Constructs a new instance of the section.
WauzPlayerDataSectionStats - Class in eu.wauz.wauzcore.players
A section of the player data for storing stat data.
WauzPlayerDataSectionStats(WauzPlayerData) - Constructor for class eu.wauz.wauzcore.players.WauzPlayerDataSectionStats
Constructs a new instance of the section.
WauzPlayerEffect - Class in eu.wauz.wauzcore.players.effects
A temporary status effect on a player.
WauzPlayerEffect(WauzPlayerEffectType, WauzPlayerEffectSource, int, int) - Constructor for class eu.wauz.wauzcore.players.effects.WauzPlayerEffect
Creates a new temporary status effect on a player.
WauzPlayerEffects - Class in eu.wauz.wauzcore.players.effects
All the active status effects on a player.
WauzPlayerEffects() - Constructor for class eu.wauz.wauzcore.players.effects.WauzPlayerEffects
 
WauzPlayerEffectSource - Enum in eu.wauz.wauzcore.players.effects
The source of a temporary status effect on a player.
WauzPlayerEffectSource(String) - Constructor for enum eu.wauz.wauzcore.players.effects.WauzPlayerEffectSource
Creates a new effect source with given name.
WauzPlayerEffectType - Enum in eu.wauz.wauzcore.players.effects
The type of a temporary status effect on a player.
WauzPlayerEffectType(String, ChatColor) - Constructor for enum eu.wauz.wauzcore.players.effects.WauzPlayerEffectType
Creates a new effect type with given name.
WauzPlayerEnemyBossBar - Class in eu.wauz.wauzcore.players.ui
An UI class to show the player name and health of the targeted enemy.
WauzPlayerEnemyBossBar(Entity, List<MenacingModifier>, double, boolean) - Constructor for class eu.wauz.wauzcore.players.ui.WauzPlayerEnemyBossBar
Creates a boss bar for the given entity.
WauzPlayerEvent - Interface in eu.wauz.wauzcore.events
An Event bound to a player data.
wauzPlayerEvent - Variable in class eu.wauz.wauzcore.players.WauzPlayerDataSectionSelections
The active player event.
WauzPlayerEventCharacterDelete - Class in eu.wauz.wauzcore.events
An event for deleting the character data file of a player.
WauzPlayerEventCharacterDelete() - Constructor for class eu.wauz.wauzcore.events.WauzPlayerEventCharacterDelete
 
WauzPlayerEventCitizenCommand - Class in eu.wauz.wauzcore.events
An event that lets a player execute a command of a citizen.
WauzPlayerEventCitizenCommand(String, String) - Constructor for class eu.wauz.wauzcore.events.WauzPlayerEventCitizenCommand
Creates an event to execute the command of the given citizen.
WauzPlayerEventCitizenInn - Class in eu.wauz.wauzcore.events
An event that lets a player sleep in an inn of a citizen.
WauzPlayerEventCitizenInn(String, Location) - Constructor for class eu.wauz.wauzcore.events.WauzPlayerEventCitizenInn
Creates an event to sleep in the inn of the given citizen.
WauzPlayerEventCitizenQuest - Class in eu.wauz.wauzcore.events
An event that lets a player view a quest of a citizen.
WauzPlayerEventCitizenQuest(String, String) - Constructor for class eu.wauz.wauzcore.events.WauzPlayerEventCitizenQuest
Creates an event to view the quest of the given citizen.
WauzPlayerEventCitizenRest - Class in eu.wauz.wauzcore.events
An event that lets a player get healed and fed by a citizen.
WauzPlayerEventCitizenRest(String) - Constructor for class eu.wauz.wauzcore.events.WauzPlayerEventCitizenRest
Creates an event to get healed by the given citizen.
WauzPlayerEventCitizenShop - Class in eu.wauz.wauzcore.events
An event that lets a player view a shop of a citizen.
WauzPlayerEventCitizenShop(String, String) - Constructor for class eu.wauz.wauzcore.events.WauzPlayerEventCitizenShop
Creates an event to view the shop of the given citizen.
WauzPlayerEventCitizenTalk - Class in eu.wauz.wauzcore.events
An event that lets a player talk to a citizen.
WauzPlayerEventCitizenTalk(String, List<String>) - Constructor for class eu.wauz.wauzcore.events.WauzPlayerEventCitizenTalk
Creates an event to talk to the given citizen.
WauzPlayerEventCitizenTravel - Class in eu.wauz.wauzcore.events
An event that lets a player travel to a waypoint of a citizen.
WauzPlayerEventCitizenTravel(String, WauzWaypoint) - Constructor for class eu.wauz.wauzcore.events.WauzPlayerEventCitizenTravel
Creates an event to travel to a waypoint of the given citizen.
WauzPlayerEventGuildDemoteMember - Class in eu.wauz.wauzcore.events
An event that lets a player demote one of their guild members.
WauzPlayerEventGuildDemoteMember(OfflinePlayer) - Constructor for class eu.wauz.wauzcore.events.WauzPlayerEventGuildDemoteMember
Creates an event to demote the given member.
WauzPlayerEventGuildKick - Class in eu.wauz.wauzcore.events
An event that lets a player kick one of their guild members.
WauzPlayerEventGuildKick(OfflinePlayer) - Constructor for class eu.wauz.wauzcore.events.WauzPlayerEventGuildKick
Creates an event to demote the given member.
WauzPlayerEventGuildLeave - Class in eu.wauz.wauzcore.events
An event that lets a player leave their guild.
WauzPlayerEventGuildLeave() - Constructor for class eu.wauz.wauzcore.events.WauzPlayerEventGuildLeave
 
WauzPlayerEventGuildPromoteLeader - Class in eu.wauz.wauzcore.events
An event that lets a player promote one of their guild members to the leader.
WauzPlayerEventGuildPromoteLeader(OfflinePlayer) - Constructor for class eu.wauz.wauzcore.events.WauzPlayerEventGuildPromoteLeader
Creates an event to promote the given member to the leader.
WauzPlayerEventGuildPromoteOfficer - Class in eu.wauz.wauzcore.events
An event that lets a player promote one of their guild members to an officer.
WauzPlayerEventGuildPromoteOfficer(OfflinePlayer) - Constructor for class eu.wauz.wauzcore.events.WauzPlayerEventGuildPromoteOfficer
Creates an event to promote the given member to an officer.
WauzPlayerEventHomeChange - Class in eu.wauz.wauzcore.events
An event for changing the home location of a player.
WauzPlayerEventHomeChange(Location, boolean) - Constructor for class eu.wauz.wauzcore.events.WauzPlayerEventHomeChange
Creates an event to set the new home location of a player, to the position of an innkeeper.
WauzPlayerEventHomeChange(Location, ItemStack) - Constructor for class eu.wauz.wauzcore.events.WauzPlayerEventHomeChange
Creates an event to set the new home location of a player, to the position of an innkeeper.
WauzPlayerEventMailClaim - Class in eu.wauz.wauzcore.events
An event to let a player claim their mail from the mailbox.
WauzPlayerEventMailClaim(Player, String) - Constructor for class eu.wauz.wauzcore.events.WauzPlayerEventMailClaim
Creates an event to claim the given mail.
WauzPlayerEventMaterialsSell - Class in eu.wauz.wauzcore.events
An event to let a player sell the materials in an inventory.
WauzPlayerEventMaterialsSell(String) - Constructor for class eu.wauz.wauzcore.events.WauzPlayerEventMaterialsSell
Creates an event to buy a title.
wauzPlayerEventName - Variable in class eu.wauz.wauzcore.players.WauzPlayerDataSectionSelections
The title of the active player event.
WauzPlayerEventQuestAccept - Class in eu.wauz.wauzcore.events
An event that lets a player accept a new quest.
WauzPlayerEventQuestAccept(WauzQuest, String) - Constructor for class eu.wauz.wauzcore.events.WauzPlayerEventQuestAccept
Creates an event to accept the given quest.
WauzPlayerEventQuestCancel - Class in eu.wauz.wauzcore.events
An event that lets a player cancel a running quest.
WauzPlayerEventQuestCancel(String) - Constructor for class eu.wauz.wauzcore.events.WauzPlayerEventQuestCancel
Creates an event to cancel the given quest.
WauzPlayerEventQuestComplete - Class in eu.wauz.wauzcore.events
An event that lets a player complete a quest and receive the rewards.
WauzPlayerEventQuestComplete(WauzQuest, String) - Constructor for class eu.wauz.wauzcore.events.WauzPlayerEventQuestComplete
Creates an event to complete the given quest.
WauzPlayerEventTitleBuy - Class in eu.wauz.wauzcore.events
An event to let a player buy a new chat title.
WauzPlayerEventTitleBuy(WauzTitle) - Constructor for class eu.wauz.wauzcore.events.WauzPlayerEventTitleBuy
Creates an event to buy a title.
WauzPlayerEventUnfriend - Class in eu.wauz.wauzcore.events
An event that lets a player remove a friend from their list.
WauzPlayerEventUnfriend(OfflinePlayer) - Constructor for class eu.wauz.wauzcore.events.WauzPlayerEventUnfriend
Creates an event to let a player remove a friend from their list.
WauzPlayerFriends - Class in eu.wauz.wauzcore.players
A class to interact with the friend list of a player.
WauzPlayerFriends() - Constructor for class eu.wauz.wauzcore.players.WauzPlayerFriends
 
WauzPlayerGroup - Class in eu.wauz.wauzcore.players
A player group to save session scoped group information.
WauzPlayerGroup(Player) - Constructor for class eu.wauz.wauzcore.players.WauzPlayerGroup
Creates a new group with given leader.
WauzPlayerGroupPool - Class in eu.wauz.wauzcore.players
A static cache of player groups.
WauzPlayerGroupPool() - Constructor for class eu.wauz.wauzcore.players.WauzPlayerGroupPool
 
WauzPlayerGuild - Class in eu.wauz.wauzcore.players
A player guild loaded from a config file.
WauzPlayerGuild(String) - Constructor for class eu.wauz.wauzcore.players.WauzPlayerGuild
Creates a guild object from a config file with given uuid.
WauzPlayerGuild(String, String, String) - Constructor for class eu.wauz.wauzcore.players.WauzPlayerGuild
Creates an entirely new guild and saves it to a config file.
WauzPlayerMail - Class in eu.wauz.wauzcore.players
A mail with optional attachment, that can be send to a player.
WauzPlayerMail() - Constructor for class eu.wauz.wauzcore.players.WauzPlayerMail
 
WauzPlayerNotifier - Class in eu.wauz.wauzcore.players.ui
An UI class to show the player notifications and tips in the chat.
WauzPlayerNotifier() - Constructor for class eu.wauz.wauzcore.players.ui.WauzPlayerNotifier
 
WauzPlayerRegistrator - Class in eu.wauz.wauzcore.players
The player registrator is used to initially create/remove/update player information.
WauzPlayerRegistrator() - Constructor for class eu.wauz.wauzcore.players.WauzPlayerRegistrator
 
WauzPlayerResourceBossBar - Class in eu.wauz.wauzcore.players.ui
An UI class to show the player name and health of the targeted resource.
WauzPlayerResourceBossBar(WauzResourceCache) - Constructor for class eu.wauz.wauzcore.players.ui.WauzPlayerResourceBossBar
Creates a boss bar for the given resource.
WauzPlayerScoreboard - Class in eu.wauz.wauzcore.players.ui.scoreboard
An UI class to show world based information inside a sidebar to a player.
WauzPlayerScoreboard() - Constructor for class eu.wauz.wauzcore.players.ui.scoreboard.WauzPlayerScoreboard
 
WauzPlayerSit - Class in eu.wauz.wauzcore.players
A class for making players sit and stand up again.
WauzPlayerSit() - Constructor for class eu.wauz.wauzcore.players.WauzPlayerSit
 
WauzPlayerSkill - Interface in eu.wauz.wauzcore.skills
A skill, that can be executed by a player.
WauzPlayerSkillExecutor - Class in eu.wauz.wauzcore.skills
This class is used to register, find and execute skills.
WauzPlayerSkillExecutor() - Constructor for class eu.wauz.wauzcore.skills.WauzPlayerSkillExecutor
 
WauzPlayerSkillType - Enum in eu.wauz.wauzcore.skills
The targeting type of a player skill.
WauzPlayerSkillType(String) - Constructor for enum eu.wauz.wauzcore.skills.WauzPlayerSkillType
Creates a new skill type with given name.
WauzPlayerSubclass - Interface in eu.wauz.wauzcore.players.classes
A subclass / mastery, that belongs to a player class.
WauzPlayerTablist - Class in eu.wauz.wauzcore.players.ui.scoreboard
An UI class to show your group, friends, health, rank and more in the tablist.
WauzPlayerTablist(Player, Scoreboard) - Constructor for class eu.wauz.wauzcore.players.ui.scoreboard.WauzPlayerTablist
Creates a new player tablist instance.
WauzPlayerTrade - Class in eu.wauz.wauzcore.players
A class to let two players trade with each other.
WauzPlayerTrade() - Constructor for class eu.wauz.wauzcore.players.WauzPlayerTrade
 
WauzQuest - Class in eu.wauz.wauzcore.system.quests
A quest, generated from a quest config file.
WauzQuest(String) - Constructor for class eu.wauz.wauzcore.system.quests.WauzQuest
Constructs a quest, based on the quest file name in the /WauzCore/QuestData folder.
WauzQuestLoot - Class in eu.wauz.wauzcore.system.quests
The loot reward of a quest.
WauzQuestLoot(String) - Constructor for class eu.wauz.wauzcore.system.quests.WauzQuestLoot
Constructs collections of reward items for the quest with the given name.
WauzQuestPhase - Class in eu.wauz.wauzcore.system.quests
A phase of a quest.
WauzQuestPhase(String, int) - Constructor for class eu.wauz.wauzcore.system.quests.WauzQuestPhase
Constructs a quest phase, based on the quest file name in the /WauzCore/QuestData folder.
WauzQuestRequirement - Class in eu.wauz.wauzcore.system.quests
A completion requirement of a phase of a quest.
WauzQuestRequirement(String, int, int) - Constructor for class eu.wauz.wauzcore.system.quests.WauzQuestRequirement
Constructs a quest phase completion requirement, based on the quest file name in the /WauzCore/QuestData folder.
WauzRank - Class in eu.wauz.wauzcore.system
A player rank, generated from a rank config file.
WauzRank(String) - Constructor for class eu.wauz.wauzcore.system.WauzRank
Constructs a rank, based on the rank file in the /WauzCore folder.
WauzRegion - Class in eu.wauz.wauzcore.system
A region, generated from a region config file.
WauzRegion(WauzRegion, String) - Constructor for class eu.wauz.wauzcore.system.WauzRegion
Constructs a region, based on the region file in the /WauzCore folder.
WauzRepeatingTasks - Class in eu.wauz.wauzcore.system
Used to load different types of repeating tasks.
WauzRepeatingTasks() - Constructor for class eu.wauz.wauzcore.system.WauzRepeatingTasks
 
WauzResource - Class in eu.wauz.wauzcore.professions
A gatherable resource, generated from a resource config file.
WauzResource(String) - Constructor for class eu.wauz.wauzcore.professions.WauzResource
Constructs a resource, based on the resource file name in the /WauzCore/ResourceData folder.
WauzResourceCache - Class in eu.wauz.wauzcore.professions
A player specific cache of a gatherable resource spawn.
WauzResourceCache(WauzResourceSpawn) - Constructor for class eu.wauz.wauzcore.professions.WauzResourceCache
Creates a new player specific cache for the given resource spawn.
WauzResourceNodeType - Enum in eu.wauz.wauzcore.professions
The type of a gatherable resource node.
WauzResourceNodeType(String, String, String, String, Sound, Sound) - Constructor for enum eu.wauz.wauzcore.professions.WauzResourceNodeType
Creates a new resource node type with given parameters.
WauzResourceSpawn - Class in eu.wauz.wauzcore.professions
An instanced block of a gatherable resource.
WauzResourceSpawn(WauzResource, Location) - Constructor for class eu.wauz.wauzcore.professions.WauzResourceSpawn
Instantiates a block of a gatherable resource.
WauzResourceType - Enum in eu.wauz.wauzcore.professions
The type of a gatherable resource.
WauzResourceType(String) - Constructor for enum eu.wauz.wauzcore.professions.WauzResourceType
Creates a new resource type with given name.
WauzRestartScheduler - Class in eu.wauz.wauzstarter
The restart scheduler schedules restarts.
WauzRestartScheduler() - Constructor for class eu.wauz.wauzstarter.WauzRestartScheduler
 
WauzRewards - Class in eu.wauz.wauzcore.items
A collection of static methods to pay out currency rewards to players.
WauzRewards() - Constructor for class eu.wauz.wauzcore.items.WauzRewards
 
WauzRune - Interface in eu.wauz.wauzcore.items.runes.insertion
A rune, that can be inserted into a piece of equipment, with a fitting slot.
WauzRuneBuilder - Class in eu.wauz.wauzcore.items.identifiers
 
WauzRuneBuilder(WauzRune) - Constructor for class eu.wauz.wauzcore.items.identifiers.WauzRuneBuilder
Constructs a builder for creating a new rune item.
WauzRuneIdentifier - Class in eu.wauz.wauzcore.items.identifiers
Typed identifier, used for identifying rune items.
WauzRuneIdentifier() - Constructor for class eu.wauz.wauzcore.items.identifiers.WauzRuneIdentifier
 
WauzRuneInserter - Class in eu.wauz.wauzcore.items.runes.insertion
A helper class for registering runes and inserting them into items.
WauzRuneInserter() - Constructor for class eu.wauz.wauzcore.items.runes.insertion.WauzRuneInserter
 
WauzRuneRemover - Class in eu.wauz.wauzcore.items.runes.insertion
A helper class for removing runes and skillgems from items.
WauzRuneRemover() - Constructor for class eu.wauz.wauzcore.items.runes.insertion.WauzRuneRemover
 
WauzScrolls - Class in eu.wauz.wauzcore.items.scrolls
A class for handling the usage of scrolls and socketable items.
WauzScrolls() - Constructor for class eu.wauz.wauzcore.items.scrolls.WauzScrolls
 
WauzShop - Class in eu.wauz.wauzcore.system.economy
A shop, generated from a shop config file.
WauzShop(String) - Constructor for class eu.wauz.wauzcore.system.economy.WauzShop
Constructs a shop, based on the shop file in the /WauzCore/ShopData folder.
WauzShopActions - Class in eu.wauz.wauzcore.system.economy
A collection of actions, executable from a shop.
WauzShopActions() - Constructor for class eu.wauz.wauzcore.system.economy.WauzShopActions
 
WauzShopDiscount - Class in eu.wauz.wauzcore.system.economy
A discount granted to a player for a certain shop.
WauzShopDiscount(Player, String) - Constructor for class eu.wauz.wauzcore.system.economy.WauzShopDiscount
Creates a discount granted to a player for a certain shop.
WauzShopItem - Class in eu.wauz.wauzcore.system.economy
An item of a shop.
WauzShopItem(String, int) - Constructor for class eu.wauz.wauzcore.system.economy.WauzShopItem
Constructs a shop item, based on the shop file in the /WauzCore/ShopData folder.
WauzSigns - Class in eu.wauz.wauzcore.items
A class for handling the usage of event signs.
WauzSigns() - Constructor for class eu.wauz.wauzcore.items.WauzSigns
 
WauzSkillgemIdentifier - Class in eu.wauz.wauzcore.items.identifiers
Typed identifier, used for identifying skillgem items.
WauzSkillgemIdentifier() - Constructor for class eu.wauz.wauzcore.items.identifiers.WauzSkillgemIdentifier
 
WauzSkillgemInserter - Class in eu.wauz.wauzcore.items.runes.insertion
A helper class for inserting skillgems into items.
WauzSkillgemInserter() - Constructor for class eu.wauz.wauzcore.items.runes.insertion.WauzSkillgemInserter
 
WauzStarter - Class in eu.wauz.wauzstarter
The main class of this module, used to setup the environment for WauzCore.
WauzStarter() - Constructor for class eu.wauz.wauzstarter.WauzStarter
 
WauzTeleporter - Class in eu.wauz.wauzcore.system
Used to handle different types of teleportation of players.
WauzTeleporter() - Constructor for class eu.wauz.wauzcore.system.WauzTeleporter
 
WauzTitle - Class in eu.wauz.wauzcore.system
A player title, generated from a title config file.
WauzTitle(String) - Constructor for class eu.wauz.wauzcore.system.WauzTitle
Constructs a title, based on the title file in the /WauzCore folder.
WauzTowers - Class in eu.wauz.wauzcore.mobs.towers
A class for handling the construction of defense towers.
WauzTowers() - Constructor for class eu.wauz.wauzcore.mobs.towers.WauzTowers
 
WauzWaypoint - Class in eu.wauz.wauzcore.system
A world waypoint, generated from a waypoint config file.
WauzWaypoint(String) - Constructor for class eu.wauz.wauzcore.system.WauzWaypoint
Constructs a waypoint, based on the waypoint file in the /WauzCore folder.
waves - Variable in class eu.wauz.wauzcore.system.instances.InstanceMobArena
The list of lists of mobs that spawn in arena waves.
waypoint - Variable in class eu.wauz.wauzcore.events.WauzPlayerEventCitizenTravel
The waypoint to teleport to.
WaypointConfigurator - Class in eu.wauz.wauzcore.data
Configurator to fetch or modify data from the Waypoints.yml.
WaypointConfigurator() - Constructor for class eu.wauz.wauzcore.data.WaypointConfigurator
 
waypointDisplayName - Variable in class eu.wauz.wauzcore.system.WauzWaypoint
The chat display name of the waypoint.
waypointKey - Variable in class eu.wauz.wauzcore.system.WauzWaypoint
The key of the waypoint.
waypointLocation - Variable in class eu.wauz.wauzcore.system.WauzWaypoint
The location of the waypoint.
waypointMap - Static variable in class eu.wauz.wauzcore.system.WauzWaypoint
A map of waypoints, indexed by name.
waypointTeleport(Player, String) - Static method in class eu.wauz.wauzcore.system.WauzTeleporter
Teleports the player to a waypoint.
weaponEnhancementMap - Static variable in class eu.wauz.wauzcore.items.enhancements.WauzEquipmentEnhancer
A map of all registered weapon enhancements.
weaponItemStack - Variable in class eu.wauz.wauzcore.players.calc.DamageCalculatorAttack
The item stack, the player is attacking with.
WebServerManager - Class in eu.wauz.wauzcore.system.api
Starts a HTTP server, that can deliver game information over an api.
WebServerManager(int) - Constructor for class eu.wauz.wauzcore.system.api.WebServerManager
Creates and starts the web server on given port.
webServerManager - Static variable in class eu.wauz.wauzcore.WauzCore
The WebServerManager used for the web based API.
weight - Variable in enum eu.wauz.wauzcore.items.enums.ArmorCategory
The relative weight of the armor category.
width - Variable in class eu.wauz.wauzcore.building.PathGenerator
The width of the path matrix.
withCategory(ArmorCategory) - Method in class eu.wauz.wauzcore.items.WauzEquipment
 
withDurabilityStat(int) - Method in class eu.wauz.wauzcore.items.WauzEquipment
 
withLeatherDye(Color) - Method in class eu.wauz.wauzcore.items.WauzEquipment
 
withMainStat(double) - Method in class eu.wauz.wauzcore.items.WauzEquipment
 
withSpeedStat(double) - Method in class eu.wauz.wauzcore.items.WauzEquipment
 
withSwiftnessStat(int) - Method in class eu.wauz.wauzcore.items.WauzEquipment
 
WORLD - Static variable in class eu.wauz.wauzcore.oneblock.OnePlotManager
The world used for the one block gamemode.
world - Variable in class eu.wauz.wauzcore.system.instances.InstanceMobArena
The instance world of the arena.
world - Variable in class eu.wauz.wauzcore.system.instances.WauzActiveInstance
The world of the instance.
world - Variable in class eu.wauz.wauzcore.system.WauzRegion
The name of the world, that represents the region.
worldCreator - Variable in class eu.wauz.wauzstarter.SeasonalSurvivalManager
The creator for the survival world.
worldName - Variable in class eu.wauz.wauzstarter.SeasonalSurvivalManager
The name of the survival world.
worldNameList - Variable in class eu.wauz.wauzcore.commands.completion.TabCompleterWorlds
A list of available world names.
worldServer - Variable in class eu.wauz.wauzcore.system.nms.NmsEntityMockPlayer
The world server the entity is located in.
wrapText(String) - Static method in class eu.wauz.wauzcore.system.util.UnicodeUtils
Wraps the given text, to be better displayable in lore.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links