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 

P

page - Variable in class eu.wauz.wauzcore.menu.abilities.SkillAssignMenu
The name of the current assignment page view.
page - Variable in class eu.wauz.wauzcore.menu.collection.BestiaryMenu
The name of the current bestiary page view.
page - Variable in class eu.wauz.wauzcore.menu.social.TabardBuilder
The name of the current editing page view.
parent - Variable in class eu.wauz.wauzcore.system.WauzRegion
The region, this region is inside.
particle - Static variable in class eu.wauz.wauzcore.items.weapons.CustomWeaponGlider
A particle, used to represent chicken feathers.
particle - Static variable in class eu.wauz.wauzcore.items.weapons.CustomWeaponLance
A particle, used to indicate the hit area of the lance.
particle - Variable in class eu.wauz.wauzcore.mobs.pets.PetAbilityHatred
The particles used to display the ability's effect.
particle - Variable in class eu.wauz.wauzcore.mobs.pets.PetAbilityHide
The particles used to display the ability's effect.
particle - Variable in class eu.wauz.wauzcore.mobs.pets.PetAbilityMend
The particles used to display the ability's effect.
particle - Variable in class eu.wauz.wauzcore.mobs.pets.PetAbilityRefresh
The particles used to display the ability's effect.
particle - Variable in class eu.wauz.wauzcore.mobs.pets.PetAbilityRoar
The particles used to display the ability's effect.
particle - Variable in class eu.wauz.wauzcore.mobs.pets.PetAbilitySmith
The particles used to display the ability's effect.
particle - Variable in class eu.wauz.wauzcore.mobs.pets.PetAbilitySupply
The particles used to display the ability's effect.
particle - Variable in class eu.wauz.wauzcore.mobs.towers.TowerDamageBooster
The particles used to display the tower's effect.
particle - Variable in class eu.wauz.wauzcore.mobs.towers.TowerFreezingPulse
The particles used to display the tower's effect.
particle - Variable in class eu.wauz.wauzcore.mobs.towers.TowerHealthRestorer
The particles used to display the tower's effect.
particle - Variable in class eu.wauz.wauzcore.mobs.towers.TowerKnockbackCannon
The particles used to display the tower's effect.
particle - Variable in class eu.wauz.wauzcore.players.ui.WauzPlayerEnemyBossBar
The particles circling the entity, this bar belongs to.
particle - Variable in class eu.wauz.wauzcore.professions.WauzResourceSpawn
The particles to highlight the resource location.
particle - Variable in class eu.wauz.wauzcore.skills.particles.SkillParticle
The Minecraft particle type.
ParticleSpawner - Class in eu.wauz.wauzcore.skills.particles
A collection of methods to spawn particles in different shapes and animations.
ParticleSpawner() - Constructor for class eu.wauz.wauzcore.skills.particles.ParticleSpawner
 
PASSIVE_NAME - Static variable in class eu.wauz.wauzcore.skills.passive.PassiveBreath
The static name of the passive skill.
PASSIVE_NAME - Static variable in class eu.wauz.wauzcore.skills.passive.PassiveHerbalism
The static name of the passive skill.
PASSIVE_NAME - Static variable in class eu.wauz.wauzcore.skills.passive.PassiveMining
The static name of the passive skill.
PASSIVE_NAME - Static variable in class eu.wauz.wauzcore.skills.passive.PassiveNutrition
The static name of the passive skill.
PASSIVE_NAME - Static variable in class eu.wauz.wauzcore.skills.passive.PassiveWeight
The static name of the passive skill.
PassiveBreath - Class in eu.wauz.wauzcore.skills.passive
A passive skill, that increases movement speed, leveled through sprinting.
PassiveBreath() - Constructor for class eu.wauz.wauzcore.skills.passive.PassiveBreath
Creates an empty instance of this passive skill.
PassiveBreath(long) - Constructor for class eu.wauz.wauzcore.skills.passive.PassiveBreath
Creates a new instance of this passive skill.
PassiveHerbalism - Class in eu.wauz.wauzcore.skills.passive
A passive skill, that increases herbalism efficiency, leveled through herbalism.
PassiveHerbalism() - Constructor for class eu.wauz.wauzcore.skills.passive.PassiveHerbalism
Creates an empty instance of this passive skill.
PassiveHerbalism(long) - Constructor for class eu.wauz.wauzcore.skills.passive.PassiveHerbalism
Creates a new instance of this passive skill.
PassiveMining - Class in eu.wauz.wauzcore.skills.passive
A passive skill, that increases mining efficiency, leveled through mining.
PassiveMining() - Constructor for class eu.wauz.wauzcore.skills.passive.PassiveMining
Creates an empty instance of this passive skill.
PassiveMining(long) - Constructor for class eu.wauz.wauzcore.skills.passive.PassiveMining
Creates a new instance of this passive skill.
passiveMobs - Variable in class eu.wauz.wauzcore.oneblock.OnePhase
The list of passive mobs, spawning in the phase.
PassiveNutrition - Class in eu.wauz.wauzcore.skills.passive
A passive skill, that increases maximum health, leveled through eating.
PassiveNutrition() - Constructor for class eu.wauz.wauzcore.skills.passive.PassiveNutrition
Creates an empty instance of this passive skill.
PassiveNutrition(long) - Constructor for class eu.wauz.wauzcore.skills.passive.PassiveNutrition
Creates a new instance of this passive skill.
passives - Static variable in class eu.wauz.wauzcore.skills.passive.AbstractPassiveSkillPool
A list of all registered passives.
PassiveSkill - Annotation Type in eu.wauz.wauzcore.system.annotations
An annotation to mark classes as passive skills, to automatically register them on startup.
PassiveSkill.PassiveSkillAnnotationHelper - Class in eu.wauz.wauzcore.system.annotations
An utility to help registering passive skills.
PassiveSkillAnnotationHelper() - Constructor for class eu.wauz.wauzcore.system.annotations.PassiveSkill.PassiveSkillAnnotationHelper
 
passiveSkillMap - Variable in class eu.wauz.wauzcore.players.WauzPlayerDataSectionSkills
The cached passive skills of the player.
PassiveWeight - Class in eu.wauz.wauzcore.skills.passive
A passive skill, that increases backpack size, leveled through picking up materials.
PassiveWeight() - Constructor for class eu.wauz.wauzcore.skills.passive.PassiveWeight
Creates an empty instance of this passive skill.
PassiveWeight(long) - Constructor for class eu.wauz.wauzcore.skills.passive.PassiveWeight
Creates a new instance of this passive skill.
passwordInput(Player, String, String) - Static method in class eu.wauz.wauzcore.menu.social.GroupMenu
Opens an menu to input a password for a group creation or join.
PathGenerator - Class in eu.wauz.wauzcore.building
A two dimensional path generator.
PathGenerator(int, int) - Constructor for class eu.wauz.wauzcore.building.PathGenerator
Creates a new path generator with given sizes.
pathMatrix - Variable in class eu.wauz.wauzcore.building.PathGenerator
The 2D array, to save path states.
patternTypes - Static variable in class eu.wauz.wauzcore.items.weapons.CustomWeaponShield
A list of valid pattern types for shield patterns.
percent(int) - Static method in class eu.wauz.wauzcore.system.util.Chance
 
percent(double) - Static method in class eu.wauz.wauzcore.system.util.Chance
 
persistCharacterFile(File, FileConfiguration) - Static method in class eu.wauz.wauzcore.players.CharacterManager
Saves a newly created character config to a file.
pet - Variable in class eu.wauz.wauzcore.events.PetObtainEvent
The pet that was obtained.
petAbility - Variable in class eu.wauz.wauzcore.mobs.pets.WauzActivePet
The pet ability.
PetAbility - Annotation Type in eu.wauz.wauzcore.system.annotations
An annotation to mark classes as pet abilities, to automatically register them on startup.
PetAbility.AbilityAnnotationHelper - Class in eu.wauz.wauzcore.system.annotations
An utility to help registering pet abilities.
PetAbilityHatred - Class in eu.wauz.wauzcore.mobs.pets
A pet ability to help the pet's owner, used every few seconds.
PetAbilityHatred() - Constructor for class eu.wauz.wauzcore.mobs.pets.PetAbilityHatred
 
PetAbilityHide - Class in eu.wauz.wauzcore.mobs.pets
A pet ability to help the pet's owner, used every few seconds.
PetAbilityHide() - Constructor for class eu.wauz.wauzcore.mobs.pets.PetAbilityHide
 
PetAbilityMend - Class in eu.wauz.wauzcore.mobs.pets
A pet ability to help the pet's owner, used every few seconds.
PetAbilityMend() - Constructor for class eu.wauz.wauzcore.mobs.pets.PetAbilityMend
 
PetAbilityRefresh - Class in eu.wauz.wauzcore.mobs.pets
A pet ability to help the pet's owner, used every few seconds.
PetAbilityRefresh() - Constructor for class eu.wauz.wauzcore.mobs.pets.PetAbilityRefresh
 
PetAbilityRoar - Class in eu.wauz.wauzcore.mobs.pets
A pet ability to help the pet's owner, used every few seconds.
PetAbilityRoar() - Constructor for class eu.wauz.wauzcore.mobs.pets.PetAbilityRoar
 
PetAbilitySmith - Class in eu.wauz.wauzcore.mobs.pets
A pet ability to help the pet's owner, used every few seconds.
PetAbilitySmith() - Constructor for class eu.wauz.wauzcore.mobs.pets.PetAbilitySmith
 
PetAbilitySupply - Class in eu.wauz.wauzcore.mobs.pets
A pet ability to help the pet's owner, used every few seconds.
PetAbilitySupply() - Constructor for class eu.wauz.wauzcore.mobs.pets.PetAbilitySupply
 
petBreedingLevels - Static variable in class eu.wauz.wauzcore.mobs.pets.WauzPetBreedingLevel
An ordered list of all pet breeding levels.
PetConfigurator - Class in eu.wauz.wauzcore.data
Configurator to fetch or modify data from the Pets.yml.
PetConfigurator() - Constructor for class eu.wauz.wauzcore.data.PetConfigurator
 
PetEggUtils - Class in eu.wauz.wauzcore.items.util
An util class for reading and writing pet egg properties.
PetEggUtils() - Constructor for class eu.wauz.wauzcore.items.util.PetEggUtils
 
petEntity - Variable in class eu.wauz.wauzcore.mobs.pets.WauzActivePet
The pet entity.
petFoodStatMap - Variable in class eu.wauz.wauzcore.mobs.pets.WauzPetFoodStats
A map of pet food stat values, indexed by corresponding stat objects.
petMap - Static variable in class eu.wauz.wauzcore.mobs.pets.WauzPet
A map of all pets, indexed by key.
PetModuleListener - Class in eu.wauz.wauzcore.system.listeners
A listener to catch events, related to the standalone pet module.
PetModuleListener() - Constructor for class eu.wauz.wauzcore.system.listeners.PetModuleListener
Loads and initializes all data for the standalone pet module.
petName - Variable in class eu.wauz.wauzcore.mobs.pets.WauzActivePet
The name of the pet.
PetObtainEvent - Class in eu.wauz.wauzcore.events
A custom Bukkit event to track players obtaining pets.
PetObtainEvent(Player, WauzPet) - Constructor for class eu.wauz.wauzcore.events.PetObtainEvent
Creates a new instance of the event.
petOwnerMap - Static variable in class eu.wauz.wauzcore.mobs.pets.WauzActivePet
A map that contains all players with active pets, indexed by pet uuid.
petStatMap - Variable in class eu.wauz.wauzcore.mobs.pets.WauzActivePet
A map of pet stat values, indexed by corresponding stat objects.
petStatMap - Static variable in class eu.wauz.wauzcore.mobs.pets.WauzPetStat
A map of all pet stats, indexed by key.
petStats - Static variable in class eu.wauz.wauzcore.mobs.pets.WauzPetStat
A list of all pet stats.
petType - Variable in class eu.wauz.wauzcore.mobs.pets.WauzActivePet
The pet type.
phase - Variable in class eu.wauz.wauzcore.oneblock.OneBlockProgression
The one-block phase of the player.
phase - Variable in class eu.wauz.wauzcore.oneblock.OneChest
The phase that the chest is part of.
phase - Variable in class eu.wauz.wauzcore.oneblock.OnePhaseLevel
The phase that the level is part of.
phase - Variable in class eu.wauz.wauzcore.system.quests.QuestRequirementChecker
The quest phase to check requirements for.
phaseAmount - Variable in class eu.wauz.wauzcore.system.quests.WauzQuest
The amount of questphases.
phaseDialog - Variable in class eu.wauz.wauzcore.system.quests.WauzQuestPhase
The list of messages in the phase dialog.
phaseKey - Variable in class eu.wauz.wauzcore.oneblock.OnePhase
The key of the phase.
phaseLevels - Variable in class eu.wauz.wauzcore.oneblock.OnePhase
The levels of the phase.
phaseName - Variable in class eu.wauz.wauzcore.oneblock.OnePhase
The display name of the phase.
phaseNo - Variable in class eu.wauz.wauzcore.oneblock.OneBlockProgression
The one-block phase number of the player.
phases - Static variable in class eu.wauz.wauzcore.oneblock.OnePhase
A list of all one-block phases.
phases - Variable in class eu.wauz.wauzcore.system.quests.WauzQuest
The list of questphases.
pitch - Variable in class eu.wauz.wauzcore.mobs.citizens.WauzInstanceCitizen
The pitch of the citizen.
placeEnderChest(Block, BlockFace) - Static method in class eu.wauz.wauzstarter.SeasonalSurvivalUtils
Places an ender chest at the given block.
placeExitSign(Block, BlockFace) - Static method in class eu.wauz.wauzcore.system.instances.InstanceManager
Places a exit sign on the given block.
placeRandomBlock(Block) - Method in class eu.wauz.wauzcore.oneblock.OnePhaseLevel
Replaces the given block with a random block of the level.
placeTeam(List<Player>, Location, int, int) - Static method in class eu.wauz.wauzcore.arcade.ArcadeUtils
Places a group of players to the new spawn point for their team.
play(Player) - Static method in class eu.wauz.wauzcore.system.WauzNoteBlockPlayer
Plays the soundtrack of their current world to the player.
play(Player, String) - Static method in class eu.wauz.wauzcore.system.WauzNoteBlockPlayer
Plays a specific soundtrack to the player.
play(Player, File) - Static method in class eu.wauz.wauzcore.system.WauzNoteBlockPlayer
Plays the given ".nbs" file to the player.
playChickenSounds(Location) - Static method in class eu.wauz.wauzcore.items.weapons.CustomWeaponGlider
Plays three chicken sounds in different pitches at the same time.
player - Variable in class eu.wauz.wauzcore.events.PetObtainEvent
The player who obtained the pet.
player - Variable in class eu.wauz.wauzcore.items.identifiers.WauzEquipmentIdentifier
The player who identifies the item.
player - Variable in class eu.wauz.wauzcore.items.runes.insertion.WauzRuneInserter
The player that is inserting the rune.
player - Variable in class eu.wauz.wauzcore.menu.abilities.SkillMenu
The player whose skills should be shown.
player - Variable in class eu.wauz.wauzcore.oneblock.OneBlockProgression
The player that owns the one block.
player - Variable in class eu.wauz.wauzcore.players.calc.DamageCalculatorAttack
The player who is attacking.
player - Variable in class eu.wauz.wauzcore.players.calc.DamageCalculatorDefense
The player who gets damaged.
player - Variable in class eu.wauz.wauzcore.players.ui.scoreboard.WauzPlayerTablist
The player who should view the tablist.
player - Variable in class eu.wauz.wauzcore.players.WauzPlayerData
The player who owns the data.
player - Variable in class eu.wauz.wauzcore.system.quests.QuestProcessor
The player who is doing the quest.
player - Variable in class eu.wauz.wauzcore.system.quests.QuestRequirementChecker
The player that is doing the quest.
PlayerAmbientListener - Class in eu.wauz.wauzcore.system.listeners
A listener to catch events, related to interactions between the environment and the player.
PlayerAmbientListener() - Constructor for class eu.wauz.wauzcore.system.listeners.PlayerAmbientListener
 
playerBarMap - Variable in class eu.wauz.wauzcore.arcade.MinigameVanHelsing
A map of the player's boss bars.
playerBestiaryConfigGetInt(Player, String) - Static method in class eu.wauz.wauzcore.data.api.PlayerBestiaryConfigurationUtils
Gets an int from a player bestiary config.
playerBestiaryConfigSet(Player, String, Object) - Static method in class eu.wauz.wauzcore.data.api.PlayerBestiaryConfigurationUtils
Sets the given value in the player bestiary config.
PlayerBestiaryConfigurationUtils - Class in eu.wauz.wauzcore.data.api
Collection of methods for reading and writing data in player bestiary config files.
PlayerBestiaryConfigurationUtils() - Constructor for class eu.wauz.wauzcore.data.api.PlayerBestiaryConfigurationUtils
 
PlayerBestiaryConfigurator - Class in eu.wauz.wauzcore.data.players
Configurator to fetch or modify data from the PlayerBestiary.yml file.
PlayerBestiaryConfigurator() - Constructor for class eu.wauz.wauzcore.data.players.PlayerBestiaryConfigurator
 
playerClassList - Static variable in class eu.wauz.wauzcore.players.classes.WauzPlayerClassPool
An ordered list of all classes.
playerClassMap - Static variable in class eu.wauz.wauzcore.players.classes.WauzPlayerClassPool
A map of all registered classes, indexed by name.
PlayerCollectionConfigurator - Class in eu.wauz.wauzcore.data.players
Configurator to fetch or modify collection data from the Player.yml files.
PlayerCollectionConfigurator() - Constructor for class eu.wauz.wauzcore.data.players.PlayerCollectionConfigurator
 
PlayerCombatListener - Class in eu.wauz.wauzcore.system.listeners
A listener to catch events, related to player combat.
PlayerCombatListener() - Constructor for class eu.wauz.wauzcore.system.listeners.PlayerCombatListener
 
playerConfigGetBoolean(Player, String, Boolean) - Static method in class eu.wauz.wauzcore.data.api.PlayerConfigurationUtils
Gets a boolean from a player config.
playerConfigGetBoolean(OfflinePlayer, String, Boolean) - Static method in class eu.wauz.wauzcore.data.api.PlayerConfigurationUtils
Gets a boolean from a player config.
playerConfigGetDouble(Player, String, Boolean) - Static method in class eu.wauz.wauzcore.data.api.PlayerConfigurationUtils
Gets a double from a player config.
playerConfigGetInt(Player, String, Boolean) - Static method in class eu.wauz.wauzcore.data.api.PlayerConfigurationUtils
Gets an int from a player config.
playerConfigGetInt(OfflinePlayer, String, Boolean) - Static method in class eu.wauz.wauzcore.data.api.PlayerConfigurationUtils
Gets an int from a player config.
playerConfigGetItemStacks(Player, String, Boolean) - Static method in class eu.wauz.wauzcore.data.api.PlayerConfigurationUtils
Gets an item stack array from a player config.
playerConfigGetLocation(Player, String, Boolean) - Static method in class eu.wauz.wauzcore.data.api.PlayerConfigurationUtils
Gets a location from a player config.
playerConfigGetLong(Player, String, Boolean) - Static method in class eu.wauz.wauzcore.data.api.PlayerConfigurationUtils
Gets a long from a player config.
playerConfigGetLong(OfflinePlayer, String, Boolean) - Static method in class eu.wauz.wauzcore.data.api.PlayerConfigurationUtils
Gets a long from a player config.
playerConfigGetString(Player, String, Boolean) - Static method in class eu.wauz.wauzcore.data.api.PlayerConfigurationUtils
Gets a string from a player config.
playerConfigGetString(OfflinePlayer, String, Boolean) - Static method in class eu.wauz.wauzcore.data.api.PlayerConfigurationUtils
Gets a string from a player config.
playerConfigGetStringList(Player, String, Boolean) - Static method in class eu.wauz.wauzcore.data.api.PlayerConfigurationUtils
Gets a string list from a player config.
playerConfigGetStringList(OfflinePlayer, String, Boolean) - Static method in class eu.wauz.wauzcore.data.api.PlayerConfigurationUtils
Gets a string list from a player config.
playerConfigSet(Player, String, Object, Boolean) - Static method in class eu.wauz.wauzcore.data.api.PlayerConfigurationUtils
Sets the given value in the player config.
playerConfigSet(OfflinePlayer, String, Object, Boolean) - Static method in class eu.wauz.wauzcore.data.api.PlayerConfigurationUtils
Sets the given value in the player config.
PlayerConfigurationUtils - Class in eu.wauz.wauzcore.data.api
Collection of methods for reading and writing data in player config files.
PlayerConfigurationUtils() - Constructor for class eu.wauz.wauzcore.data.api.PlayerConfigurationUtils
 
PlayerConfigurator - Class in eu.wauz.wauzcore.data.players
Configurator to fetch or modify data from the Player.yml files.
PlayerConfigurator() - Constructor for class eu.wauz.wauzcore.data.players.PlayerConfigurator
 
playerData - Variable in class eu.wauz.wauzcore.players.WauzPlayerDataSectionSelections
The player data the section belongs to.
playerData - Variable in class eu.wauz.wauzcore.players.WauzPlayerDataSectionSkills
The player data the section belongs to.
playerData - Variable in class eu.wauz.wauzcore.players.WauzPlayerDataSectionStats
The player data the section belongs to.
playerDeathEvent(PlayerDeathEvent) - Method in class eu.wauz.wauzcore.system.listeners.ArmorEquipEventListener
An event handler to listen for the (un)equipment of armor.
playerDeathMap - Variable in class eu.wauz.wauzcore.system.instances.WauzActiveInstance
A map of the amount of times a player has died in the instance so far, indexed by player.
playerEntityInteraction(Player) - Static method in class eu.wauz.wauzcore.system.util.Cooldown
Returns the entity interaction cooldown from the player data.
playerFoodConsume(Player) - Static method in class eu.wauz.wauzcore.system.util.Cooldown
Returns the food consumtion cooldown from the player data.
playerInteractEvent(PlayerInteractEvent) - Method in class eu.wauz.wauzcore.system.listeners.ArmorEquipEventListener
An event handler to listen for the (un)equipment of armor.
PlayerInteractionListener - Class in eu.wauz.wauzcore.system.listeners
A listener to catch events, related to interactions between the player and the server or other entities.
PlayerInteractionListener() - Constructor for class eu.wauz.wauzcore.system.listeners.PlayerInteractionListener
 
playerListHeaderAndFooter(Player, String, String) - Static method in class eu.wauz.wauzcore.system.util.Components
Sets the player list header and footer for the given player.
playerMailConfigGetItemStack(OfflinePlayer, String, String) - Static method in class eu.wauz.wauzcore.data.api.PlayerMailConfigurationUtils
Gets an item stack from a player mail config.
playerMailConfigGetLong(OfflinePlayer, String, String) - Static method in class eu.wauz.wauzcore.data.api.PlayerMailConfigurationUtils
Gets a long from a player mail config.
playerMailConfigGetString(OfflinePlayer, String, String) - Static method in class eu.wauz.wauzcore.data.api.PlayerMailConfigurationUtils
Gets a string from a player mail config.
playerMailConfigSet(OfflinePlayer, String, String, Object) - Static method in class eu.wauz.wauzcore.data.api.PlayerMailConfigurationUtils
Sets the given value in the player mail config.
PlayerMailConfigurationUtils - Class in eu.wauz.wauzcore.data.api
Collection of methods for reading and writing data in player mail config files.
PlayerMailConfigurationUtils() - Constructor for class eu.wauz.wauzcore.data.api.PlayerMailConfigurationUtils
 
PlayerMailConfigurator - Class in eu.wauz.wauzcore.data.players
Configurator to fetch or modify data from the PlayerMail.yml files.
PlayerMailConfigurator() - Constructor for class eu.wauz.wauzcore.data.players.PlayerMailConfigurator
 
PlayerOneBlockConfigurator - Class in eu.wauz.wauzcore.data.players
Configurator to fetch or modify one-block data from the Player.yml files.
PlayerOneBlockConfigurator() - Constructor for class eu.wauz.wauzcore.data.players.PlayerOneBlockConfigurator
 
playerPetAbilityList - Variable in class eu.wauz.wauzcore.commands.completion.TabCompleterPetAbilities
A list of available pet ability ids.
playerPetList - Variable in class eu.wauz.wauzcore.commands.completion.TabCompleterPetAbilities
A list of available pet ids.
playerPetList - Variable in class eu.wauz.wauzcore.commands.completion.TabCompleterPets
A list of available pet ids.
playerProjectileShoot(Player) - Static method in class eu.wauz.wauzcore.system.util.Cooldown
Returns the projectile shooting cooldown from the player data.
playerQuestConfigGetInt(Player, String, String) - Static method in class eu.wauz.wauzcore.data.api.PlayerQuestConfigurationUtils
Gets an int from a player quest config.
playerQuestConfigGetLong(Player, String, String) - Static method in class eu.wauz.wauzcore.data.api.PlayerQuestConfigurationUtils
Gets a long from a player quest config.
playerQuestConfigSet(Player, String, String, Object) - Static method in class eu.wauz.wauzcore.data.api.PlayerQuestConfigurationUtils
Sets the given value in the player quest config.
PlayerQuestConfigurationUtils - Class in eu.wauz.wauzcore.data.api
Collection of methods for reading and writing data in player quest config files.
PlayerQuestConfigurationUtils() - Constructor for class eu.wauz.wauzcore.data.api.PlayerQuestConfigurationUtils
 
PlayerQuestConfigurator - Class in eu.wauz.wauzcore.data.players
Configurator to fetch or modify data from the PlayerQuest.yml files.
PlayerQuestConfigurator() - Constructor for class eu.wauz.wauzcore.data.players.PlayerQuestConfigurator
 
playerQuickSlotUse(Player) - Static method in class eu.wauz.wauzcore.system.util.Cooldown
Returns the quick slot usage cooldown from the player data.
playerRelationConfigGetInt(Player, String, String) - Static method in class eu.wauz.wauzcore.data.api.PlayerRelationConfigurationUtils
Gets an int from a player relation config.
playerRelationConfigSet(Player, String, String, Object) - Static method in class eu.wauz.wauzcore.data.api.PlayerRelationConfigurationUtils
Sets the given value in the player relation config.
PlayerRelationConfigurationUtils - Class in eu.wauz.wauzcore.data.api
Collection of methods for reading and writing data in player relation config files.
PlayerRelationConfigurationUtils() - Constructor for class eu.wauz.wauzcore.data.api.PlayerRelationConfigurationUtils
 
PlayerRelationConfigurator - Class in eu.wauz.wauzcore.data.players
Configurator to fetch or modify data from the PlayerRelation.yml files.
PlayerRelationConfigurator() - Constructor for class eu.wauz.wauzcore.data.players.PlayerRelationConfigurator
 
playerResourceCacheMap - Variable in class eu.wauz.wauzcore.professions.WauzResourceSpawn
A map to cache player specific data of a resource spawn.
players - Variable in class eu.wauz.wauzcore.players.WauzPlayerGroup
The players inside the group.
playerScoreMap - Variable in class eu.wauz.wauzcore.arcade.MinigameVanHelsing
A map of the player's scores.
playerSelection(Player, boolean) - Static method in class eu.wauz.wauzcore.menu.social.GroupMenu
Opens a view, showing all members of the player's group.
PlayerSkillConfigurator - Class in eu.wauz.wauzcore.data.players
Configurator to fetch or modify passive skill data from the Player.yml files.
PlayerSkillConfigurator() - Constructor for class eu.wauz.wauzcore.data.players.PlayerSkillConfigurator
 
playerSkillList - Variable in class eu.wauz.wauzcore.commands.completion.TabCompleterSkills
A list of available skill ids.
playerSkillMap - Static variable in class eu.wauz.wauzcore.skills.WauzPlayerSkillExecutor
A map of all registered skills.
playerSkillUse(Player) - Static method in class eu.wauz.wauzcore.system.util.Cooldown
Returns the skill usage cooldown from the player data.
playersOnline - Variable in class eu.wauz.wauzcore.system.SystemAnalytics
The amount of used player slots of the server.
playerSprintMap - Variable in class eu.wauz.wauzcore.system.listeners.PlayerInteractionListener
Storage for timestamps, when players started sprinting.
playerTeleportManual(Player, Player) - Static method in class eu.wauz.wauzcore.system.WauzTeleporter
Teleports the player to another player.
playerWeaponSkillUse(Player, String) - Static method in class eu.wauz.wauzcore.system.util.Cooldown
Returns the weapon skill usage cooldown from the player data.
playerWeaponUse(Player) - Static method in class eu.wauz.wauzcore.system.util.Cooldown
Returns the weapon usage cooldown from the player data.
playingPlayers - Static variable in class eu.wauz.wauzcore.arcade.ArcadeLobby
All players in the currently running game.
PLOT_SIZE - Static variable in class eu.wauz.wauzcore.oneblock.OnePlotManager
The size in blocks for one-block plots.
polygon - Variable in class eu.wauz.wauzcore.building.ShapeHexagon
The calculated polygon object.
polygon - Variable in class eu.wauz.wauzcore.system.WauzRegion
The polygon, that represents the region.
power - Variable in class eu.wauz.wauzcore.players.effects.WauzPlayerEffect
The strength of the effect.
print(CommandSender) - Method in class eu.wauz.wauzcore.system.SystemAnalytics
Prints information about the system to the requestor.
printDialog(Player, List<String>, int) - Method in class eu.wauz.wauzcore.events.WauzPlayerEventCitizenTalk
Prints recursively all messages in chat.
probability - Variable in class eu.wauz.wauzcore.oneblock.OneChestItem
How common it is to find the item, relative to others.
processQuest(Player, String) - Static method in class eu.wauz.wauzcore.system.quests.QuestProcessor
Tries to accept or continue the quest.
progress(Block) - Method in class eu.wauz.wauzcore.oneblock.OneBlockProgression
Lets the player break the given one block and progress to the next one.
progressPlayerEffects(Player) - Static method in class eu.wauz.wauzcore.players.effects.WauzPlayerEffects
Reduces the duration of all the player's effects by 1 second and removes expired ones.
ProjectileMovementListener - Class in eu.wauz.wauzcore.system.listeners
A listener to catch events, related to projectile and general entity movements.
ProjectileMovementListener() - Constructor for class eu.wauz.wauzcore.system.listeners.ProjectileMovementListener
 
promotePlayer(Player, Player) - Method in class eu.wauz.wauzcore.menu.social.GroupMenu
Promotes a player to the new group leader.
promoteToLeader(Player, OfflinePlayer) - Method in class eu.wauz.wauzcore.players.WauzPlayerGuild
Promotes an officer to the leader and announces it to all online members.
promoteToOfficer(Player, OfflinePlayer) - Method in class eu.wauz.wauzcore.players.WauzPlayerGuild
Promotes a member to an officer and announces it to all online members.
PublicMenu - Annotation Type in eu.wauz.wauzcore.system.annotations
An annotation to mark classes as public menus, to automatically register them on startup.
PublicMenu.MenuAnnotationHelper - Class in eu.wauz.wauzcore.system.annotations
An utility to help registering public menus.
pull(Block, ProjectileLaunchEvent) - Static method in class eu.wauz.wauzcore.items.weapons.CustomWeaponHook
Searches the block for valid attack targets.
put(Chunk, T) - Method in class eu.wauz.wauzcore.system.util.ChunkKeyMap
Maps a chunk to the given value.
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