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 

F

fakeBlocks - Variable in class eu.wauz.wauzcore.arcade.MinigameDoorDash
A list of blocks that don't break when hit.
fetchStaffMemberList() - Static method in class eu.wauz.wauzcore.system.api.StatisticsFetcher
Iterates trough all players and creates an ordered list of staff members ad their ranks.
fetchTotalCustomEntities() - Static method in class eu.wauz.wauzcore.system.api.StatisticsFetcher
Counts the amount of MythicMobs entity files, by iterating through the mobs folder.
fetchTotalPlayers() - Static method in class eu.wauz.wauzcore.system.api.StatisticsFetcher
Counts the amount of all players, that ever played, by counting statistics files.
fetchTotalPlaytimeDays() - Static method in class eu.wauz.wauzcore.system.api.StatisticsFetcher
Counts the amount of days all players together played, by looking in statistics files.
fillItemList(List<ItemStack>, List<Integer>) - Method in class eu.wauz.wauzcore.menu.TradeMenu
Fills the given list with the item stacks from the given menu slots.
fillScoreboard(Player) - Method in class eu.wauz.wauzcore.players.ui.scoreboard.ArcadeScoreboard
Fills the scoreboard with entries for the given player
fillScoreboard(Player) - Method in class eu.wauz.wauzcore.players.ui.scoreboard.BaseScoreboard
Fills the scoreboard with entries for the given player
fillScoreboard(Player) - Method in class eu.wauz.wauzcore.players.ui.scoreboard.DungeonScoreboard
Fills the scoreboard with entries for the given player
fillScoreboard(Player) - Method in class eu.wauz.wauzcore.players.ui.scoreboard.HubScoreboard
Fills the scoreboard with entries for the given player
fillScoreboard(Player) - Method in class eu.wauz.wauzcore.players.ui.scoreboard.OneBlockScoreboard
Fills the scoreboard with entries for the given player
fillScoreboard(Player) - Method in class eu.wauz.wauzcore.players.ui.scoreboard.QuestScoreboard
Fills the scoreboard with entries for the given player
fillScoreboard(Player) - Method in class eu.wauz.wauzcore.players.ui.scoreboard.SurvivalScoreboard
Fills the scoreboard with entries for the given player
filter(LogEvent) - Method in class eu.wauz.wauzcore.system.WauzDiscordLogFilter
Forwards the received log record to Discord.
filter(Logger, Level, Marker, String, Object...) - Method in class eu.wauz.wauzcore.system.WauzDiscordLogFilter
Unused implmentation.
filter(Logger, Level, Marker, String, Object) - Method in class eu.wauz.wauzcore.system.WauzDiscordLogFilter
Unused implmentation.
filter(Logger, Level, Marker, Object, Throwable) - Method in class eu.wauz.wauzcore.system.WauzDiscordLogFilter
Unused implmentation.
filter(Logger, Level, Marker, Message, Throwable) - Method in class eu.wauz.wauzcore.system.WauzDiscordLogFilter
Unused implmentation.
filter(Logger, Level, Marker, String, Object, Object) - Method in class eu.wauz.wauzcore.system.WauzDiscordLogFilter
Unused implmentation.
filter(Logger, Level, Marker, String, Object, Object, Object) - Method in class eu.wauz.wauzcore.system.WauzDiscordLogFilter
Unused implmentation.
filter(Logger, Level, Marker, String, Object, Object, Object, Object) - Method in class eu.wauz.wauzcore.system.WauzDiscordLogFilter
Unused implmentation.
filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object) - Method in class eu.wauz.wauzcore.system.WauzDiscordLogFilter
Unused implmentation.
filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object) - Method in class eu.wauz.wauzcore.system.WauzDiscordLogFilter
Unused implmentation.
filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object) - Method in class eu.wauz.wauzcore.system.WauzDiscordLogFilter
Unused implmentation.
filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class eu.wauz.wauzcore.system.WauzDiscordLogFilter
Unused implmentation.
filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class eu.wauz.wauzcore.system.WauzDiscordLogFilter
Unused implmentation.
filter(Logger, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class eu.wauz.wauzcore.system.WauzDiscordLogFilter
Unused implmentation.
find(Player) - Static method in class eu.wauz.wauzcore.menu.collection.QuestMenu
Opens the menu for the given player.
findAndRemoveItems(String, Integer) - Method in class eu.wauz.wauzcore.items.InventoryItemRemover
Removes the given amount of the given item from the inventory.
findRelativePathsRecursive(File, String) - Static method in class eu.wauz.wauzcore.system.util.WauzFileUtils
Finds all files in a folder and returns a list of relative paths.
finishedPlayers - Variable in class eu.wauz.wauzcore.arcade.MinigameDoorDash
The players who have crossed the finish line.
finishedPlayers - Variable in class eu.wauz.wauzcore.arcade.MinigameTipToe
The players who have crossed the finish line.
finishedPlayers - Variable in class eu.wauz.wauzcore.arcade.MinigameVanHelsing
The players who have shot enough bats.
finishedPlayers - Variable in class eu.wauz.wauzcore.arcade.MinigameWallSiege
The players who have crossed the finish line.
fitsInInventory(Inventory, ItemStack) - Static method in class eu.wauz.wauzcore.items.util.ItemUtils
Checks if enough space is left in an inventory, to fit in the given item stack.
FIXED_DAMAGE - Static variable in class eu.wauz.wauzcore.mobs.MobMetadataUtils
Metadata that implies that the damage of the next damage event has a fixed value.
FLAG_BUILD - Static variable in class eu.wauz.wauzcore.system.WauzRegion
The flag to allow building in a region.
FLAG_PROTECTED - Static variable in class eu.wauz.wauzcore.system.WauzRegion
The flag to prevent changes in a region.
FLAG_PVP - Static variable in class eu.wauz.wauzcore.system.WauzRegion
The flag to enable pvp in a region.
flags - Variable in class eu.wauz.wauzcore.system.WauzRegion
The flags of this region.
fly(Player) - Static method in class eu.wauz.wauzcore.items.weapons.CustomWeaponGlider
Throws the player into the air and triggers gliding.
FoodCalculator - Class in eu.wauz.wauzcore.players.calc
Used to calculate saturation of custom food items.
FoodCalculator() - Constructor for class eu.wauz.wauzcore.players.calc.FoodCalculator
 
foodCooldownMap - Variable in class eu.wauz.wauzcore.players.WauzPlayerDataSectionSkills
The food cooldown times by id.
FoodUtils - Class in eu.wauz.wauzcore.items.util
An util class for reading and writing food properties.
FoodUtils() - Constructor for class eu.wauz.wauzcore.items.util.FoodUtils
 
formatCoins(long) - Static method in class eu.wauz.wauzcore.system.util.Formatters
Formats a coin value, by dividing it into silver, gold and crystal coins.
formatDaysHoursMins(long) - Static method in class eu.wauz.wauzcore.system.util.WauzDateUtils
 
formatHoursMins(long) - Static method in class eu.wauz.wauzcore.system.util.WauzDateUtils
 
formatMinsSecs(long) - Static method in class eu.wauz.wauzcore.system.util.WauzDateUtils
 
Formatters - Class in eu.wauz.wauzcore.system.util
A collection of different decimal formatters.
Formatters() - Constructor for class eu.wauz.wauzcore.system.util.Formatters
 
formatTime(long) - Static method in class eu.wauz.wauzcore.system.util.WauzDateUtils
 
formatTimeSince(long) - Static method in class eu.wauz.wauzcore.system.util.WauzDateUtils
 
formatTimeUntil(long) - Static method in class eu.wauz.wauzcore.system.util.WauzDateUtils
 
friend - Variable in class eu.wauz.wauzcore.events.WauzPlayerEventUnfriend
The friend that should get removed.
FriendsMenu - Class in eu.wauz.wauzcore.menu.social
An inventory that can be used as menu or for other custom interaction mechanics.
FriendsMenu() - Constructor for class eu.wauz.wauzcore.menu.social.FriendsMenu
 
fromCommand - Variable in class eu.wauz.wauzcore.events.WauzPlayerEventHomeChange
If the event was triggered by a command.
fromComponent(Component) - Static method in class eu.wauz.wauzcore.system.util.Components
Converts the given component to text.
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