Index

A B C D E F G H I L M O P R S T U W 
All Classes and Interfaces|All Packages

A

ActionBarBuilder - Class in de.maxbossing.maxapi.Builders
Action Bar Builder
ActionBarBuilder(String) - Constructor for class de.maxbossing.maxapi.Builders.ActionBarBuilder
Create a new action bar.
addFlag(BarFlag) - Method in class de.maxbossing.maxapi.Builders.BossBarBuilder
Adds the specified flag to the boss bar.
addFlags(BarFlag...) - Method in class de.maxbossing.maxapi.Builders.BossBarBuilder
Adds the specified flags to the boss bar.
addPattern(Pattern) - Method in class de.maxbossing.maxapi.Builders.BannerBuilder
adds pattern on top
addPattern(DyeColor, PatternType) - Method in class de.maxbossing.maxapi.Builders.BannerBuilder
adds colored pattern on top
addPlayer(Player) - Method in class de.maxbossing.maxapi.Builders.BossBarBuilder
Adds the specified player to the boss bar.
addPlayers(Player...) - Method in class de.maxbossing.maxapi.Builders.BossBarBuilder
Adds the specified players to the boss bar.
amount(int) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Sets the amount of the material for the ItemStack.
applyJson(String, boolean) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Applies the properties of an item stack builder from a JSON string to the current builder.

B

BannerBuilder - Class in de.maxbossing.maxapi.Builders
Banner Builder
BannerBuilder() - Constructor for class de.maxbossing.maxapi.Builders.BannerBuilder
This class does not need a material specification.
BossBarBuilder - Class in de.maxbossing.maxapi.Builders
Banner Builder
BossBarBuilder() - Constructor for class de.maxbossing.maxapi.Builders.BossBarBuilder
Constructs a new BossBarBuilder with the default title "Bossbar", color BarColor.PURPLE, and style BarStyle.SOLID.
build() - Method in class de.maxbossing.maxapi.Builders.BannerBuilder
creates the banner Must be the last method
build() - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Builds the item stack using the current builder's properties.
builder - Variable in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe
Do not access using this Field
builder() - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe
Returns the ItemStackBuilder instance associated with this Unsafe instance.

C

changeSkullByBase64(ItemStack, String) - Static method in class de.maxbossing.maxapi.Builders.SkullBuilder
Modifies a skull to use the skin based on the given base64 string.
changeSkullByName(ItemStack, String) - Static method in class de.maxbossing.maxapi.Builders.SkullBuilder
Deprecated.
names don't make for good identifiers.
changeSkullByURL(ItemStack, String) - Static method in class de.maxbossing.maxapi.Builders.SkullBuilder
Modifies a skull to use the skin at the given Mojang URL.
changeSkullByUUID(ItemStack, UUID) - Static method in class de.maxbossing.maxapi.Builders.SkullBuilder
Modifies a skull to use the skin of the player with a given UUID.
ChatUTils - Class in de.maxbossing.maxapi.UTils
Chat Utils
ChatUTils() - Constructor for class de.maxbossing.maxapi.UTils.ChatUTils
 
ConfigManager - Class in de.maxbossing.maxapi.UTils
Config Manager
ConfigManager(JavaPlugin, String) - Constructor for class de.maxbossing.maxapi.UTils.ConfigManager
Create a configuration object, with the yaml configuration file.
containsKey(String) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe
Returns whether the item has an NBT tag saved under the specified key.
createFile() - Method in class de.maxbossing.maxapi.UTils.ConfigManager
Create file
createSkullByBase64(String) - Static method in class de.maxbossing.maxapi.Builders.SkullBuilder
Creates a player skull item with the skin based on a base64 string.
createSkullByName(String) - Static method in class de.maxbossing.maxapi.Builders.SkullBuilder
Deprecated.
names don't make for good identifiers.
createSkullByURL(String) - Static method in class de.maxbossing.maxapi.Builders.SkullBuilder
Creates a player skull item with the skin at a Mojang URL.
createSkullByUUID(UUID) - Static method in class de.maxbossing.maxapi.Builders.SkullBuilder
Creates a player skull item with the skin based on a player's UUID.

D

damage(short) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Deprecated.
This method is deprecated and will be removed in a future version. Use ItemStackBuilder.durability(short) instead.
data(MaterialData) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Sets the data for the ItemStack.
de.maxbossing.maxapi - package de.maxbossing.maxapi
 
de.maxbossing.maxapi.Builders - package de.maxbossing.maxapi.Builders
 
de.maxbossing.maxapi.Constants - package de.maxbossing.maxapi.Constants
 
de.maxbossing.maxapi.UTils - package de.maxbossing.maxapi.UTils
 
DEBUG(String) - Static method in class de.maxbossing.maxapi.Constants.Prefixes
Debug Prefix
deleteStandardWorlds() - Static method in class de.maxbossing.maxapi.UTils.WorldUTils
Deletes Minecraft Standard Worlds
deleteWord(String, File) - Static method in class de.maxbossing.maxapi.UTils.WorldUTils
deletes specified world
deleteWorlds(Map<String, File>) - Static method in class de.maxbossing.maxapi.UTils.WorldUTils
Deletes specified Worlds
displayname(String) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Sets the display name for the ItemStack.
durability(short) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Sets the durability (damage) for the ItemStack.

E

enchant(Map<Enchantment, Integer>) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Sets the Enchantments for the ItemStack.
enchant(Enchantment, int) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Adds an Enchantment to the ItemStack.
ERROR(String) - Static method in class de.maxbossing.maxapi.Constants.Prefixes
Error Prefix
exists(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
check if file exists

F

flag(List<ItemFlag>) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Sets the flags for the item stack.
flag(ItemFlag) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Adds an ItemFlag to the ItemStack.
format(String) - Static method in class de.maxbossing.maxapi.UTils.StringUTils
Translates ChatColor to vanilla Color Codes
format(String[]) - Static method in class de.maxbossing.maxapi.UTils.StringUTils
Translates ChatColor to vanilla Color Codes
format(List<String>) - Static method in class de.maxbossing.maxapi.UTils.StringUTils
Translates ChatColor to vanilla Color Codes
fromConfig(FileConfiguration, String) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Loads the item stack from a configuration file at the specified path.
fromISO8601(String, String) - Static method in class de.maxbossing.maxapi.UTils.StringUTils
Formats a ISO8601-formatted String in a Human-Readable Format with a Specified Separator
fromJson(String) - Static method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Returns an item stack builder from a JSON string.

G

get(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get Object
getAmount() - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Returns the stack size of the item stack.
getAndSymbol() - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Returns whether the and symbol is replaced with the section symbol (§).
getBoolean(String) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe
Returns the boolean saved under the specified key.
getBoolean(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get boolean from location
getBoolean(ItemStack, String) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe.ReflectionUtils
Gets a boolean at given key of nbt data of given item.
getBooleanArray(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get Array of booleans from location
getBooleanList(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get List of Boolean from location
getByte(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get byte from location
getByteArray(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get Array of Bytes from Loaction
getByteList(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get List of Byte from location
getChar(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get char from location
getCharArray(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get Array of Chars from location
getCharList(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get List of Characters from location
getColor() - Method in class de.maxbossing.maxapi.Builders.BossBarBuilder
Gets the color of the boss bar.
getCraftItemStackClass() - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe.ReflectionUtils
get Craft Item Stack Class
getDamage() - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Deprecated.
getData() - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Deprecated.
getDisplayname() - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Returns the display name of the item stack.
getDouble(String) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe
Returns the double saved under the specified key.
getDouble(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get Double from Location
getDouble(ItemStack, String) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe.ReflectionUtils
Returns a Double saved in the nbt data of item at given nbt key Returns NaN if key does not exist
getDoubleArray(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get Array of Doubles from location
getDoubleList(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get List of Doubles from location
getDurability() - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Returns the durability of the item stack.
getEnchantments() - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Returns the enchantments and their levels for the item stack.
getFadeIn() - Method in class de.maxbossing.maxapi.Builders.TitleBuilder
 
getFadeOut() - Method in class de.maxbossing.maxapi.Builders.TitleBuilder
 
getFlags() - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Returns the flags for the item stack.
getFloat(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get Float from Location
getFloatArray(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get Array of floats from location
getFloatList(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get List of Floats from Location
getInt(String) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe
returns the Integer under the current Key
getInt(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get int from Location
getInt(ItemStack, String) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe.ReflectionUtils
Returns an int saved in the nbt data of the item at the given key If the key does not exist, it will return -1
getIntArray(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get Array of ints form location
getIntList(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get List of Integers from location
getInventory(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get Inventory from Location
getInventoryArray(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get Inventory Array from Location
getInventoryList(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get List of Inventorys from Location
getItemAsBukkitStack(Object) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe.ReflectionUtils
get nmsStack object as Bukkit Stack
getItemAsNMSStack(ItemStack) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe.ReflectionUtils
get ItemStack as nmsStack object
getItemStack(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get ItemStack from location
getItemStackArray(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get ItemStack Array from location
getItemStackList(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get List of ItemStacks from location
getLocation(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get Location from location
getLocationArray(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get Location Array from location
getLocationList(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get List of Locations from location
getLong(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get Long from location
getLongArray(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get Array of longs from Location
getLongList(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get List of Longs from location
getLore() - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Deprecated.
getLores() - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Returns the lore lines for the item stack.
getMaterial() - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Returns the material of the item stack.
getMeta() - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Returns the item meta of the item stack.
getNBTTagCompound(Object) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe.ReflectionUtils
get NBT Tag Compound
getNewNBTTagCompound() - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe.ReflectionUtils
get New NBT Tag Compound
getPlayers() - Method in class de.maxbossing.maxapi.Builders.BossBarBuilder
Gets a list of players that can see the boss bar.
getProgress() - Method in class de.maxbossing.maxapi.Builders.BossBarBuilder
Gets the progress of the boss bar, from 0.0 to 1.0.
getShort(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get SHort from Location
getShortArray(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get Array of Shorts from location
getShortList(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get List of Shorts from location
getShowTime() - Method in class de.maxbossing.maxapi.Builders.TitleBuilder
 
getString(String) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe
Returns the string saved under the specified key.
getString(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get String from location
getString(ItemStack, String) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe.ReflectionUtils
Returns a String saved in the nbt data of the item at the given key If the key does not exist, it will return null
getStringArray(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get Array of Strings from Location
getStringList(String) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
get List of String from Location
getStyle() - Method in class de.maxbossing.maxapi.Builders.BossBarBuilder
Gets the style of the boss bar.
getSubtitle() - Method in class de.maxbossing.maxapi.Builders.TitleBuilder
 
getText() - Method in class de.maxbossing.maxapi.Builders.ActionBarBuilder
Gets the text of the Action bar.
getText() - Method in class de.maxbossing.maxapi.Builders.HologramBuilder
Gets the text of the hologram.
getTitle() - Method in class de.maxbossing.maxapi.Builders.BossBarBuilder
Gets the title of the boss bar.
getTitle() - Method in class de.maxbossing.maxapi.Builders.TitleBuilder
 
glow() - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Adds a glowing effect to the item stack.

H

hasGravity() - Method in class de.maxbossing.maxapi.Builders.HologramBuilder
If the hologram has gravity
hasKey(ItemStack, String) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe.ReflectionUtils
checks if items nbt data contains a key
HologramBuilder - Class in de.maxbossing.maxapi.Builders
Hologram Builder
HologramBuilder(Location, String) - Constructor for class de.maxbossing.maxapi.Builders.HologramBuilder
Creates a Hologram at a specified location with text.

I

isSmall() - Method in class de.maxbossing.maxapi.Builders.HologramBuilder
If the hologram's armorstand is small or large.
isVisible() - Method in class de.maxbossing.maxapi.Builders.HologramBuilder
Checks if the armorstand is visible or not.
ItemStackBuilder - Class in de.maxbossing.maxapi.Builders
ItemStackBuilder
ItemStackBuilder(ItemStackBuilder) - Constructor for class de.maxbossing.maxapi.Builders.ItemStackBuilder
Deprecated.
This constructor is deprecated and will be removed in a future version. Use the copy constructor instead.
ItemStackBuilder(FileConfiguration, String) - Constructor for class de.maxbossing.maxapi.Builders.ItemStackBuilder
Constructs a new ItemStackBuilder with the ItemStack from the specified path in the given FileConfiguration.
ItemStackBuilder(ItemStack) - Constructor for class de.maxbossing.maxapi.Builders.ItemStackBuilder
Constructs a new ItemStackBuilder with the specified ItemStack.
ItemStackBuilder(Material) - Constructor for class de.maxbossing.maxapi.Builders.ItemStackBuilder
Constructs a new ItemStackBuilder with the specified material.
ItemStackBuilder(Material, int) - Constructor for class de.maxbossing.maxapi.Builders.ItemStackBuilder
Constructs a new ItemStackBuilder with the specified material and amount.
ItemStackBuilder(Material, int, String) - Constructor for class de.maxbossing.maxapi.Builders.ItemStackBuilder
Constructs a new ItemStackBuilder with the specified material, amount, and display name.
ItemStackBuilder(Material, String) - Constructor for class de.maxbossing.maxapi.Builders.ItemStackBuilder
Constructs a new ItemStackBuilder with the specified material and display name.
ItemStackBuilder.Unsafe - Class in de.maxbossing.maxapi.Builders
A class containing sensitive NMS code for manipulating NBT data on an item stack.
ItemStackBuilder.Unsafe.ReflectionUtils - Class in de.maxbossing.maxapi.Builders
This Class contains highly sensitive NMS Code that should not be touched unless you want to break the ItemBuilder

L

link(List<String>) - Static method in class de.maxbossing.maxapi.UTils.StringUTils
Links a list of Strings into one separated by a comma
link(List<String>, String) - Static method in class de.maxbossing.maxapi.UTils.StringUTils
Links a list of Strings into one separated by specified String
lore(String) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Adds a line of lore to the ItemStack.
lore(String...) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Deprecated.
lore(String, int) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Sets a line of lore at a specific index in the ItemStack.
lore(List<String>) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Sets the lore for the ItemStack.
lores(String...) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Deprecated.
Use ItemBuilder#lore

M

MAIN(String) - Static method in class de.maxbossing.maxapi.Constants.Prefixes
Main Prefix
material(Material) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Sets the material for the ItemStack.
MaxAPI - Class in de.maxbossing.maxapi
 
MaxAPI() - Constructor for class de.maxbossing.maxapi.MaxAPI
 
meta(ItemMeta) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Sets the meta data for the ItemStack.

O

onDisable() - Method in class de.maxbossing.maxapi.MaxAPI
onDisable
onEnable() - Method in class de.maxbossing.maxapi.MaxAPI
onEnable

P

prefix(List<String>, String) - Static method in class de.maxbossing.maxapi.UTils.StringUTils
Prefixes all Strings in a list of Strings with a String
Prefixes - Class in de.maxbossing.maxapi.Constants
 
Prefixes() - Constructor for class de.maxbossing.maxapi.Constants.Prefixes
 

R

rainbowlize(String) - Static method in class de.maxbossing.maxapi.UTils.StringUTils
Rainbowlizes a String def -> add a color code between every character
rainbowlize(String...) - Static method in class de.maxbossing.maxapi.UTils.StringUTils
Rainbowlizes Strings
rainbowlize(String, String) - Static method in class de.maxbossing.maxapi.UTils.StringUTils
Rainbowlizes a String with given color codes def -> add a color code between every character
rainbowlize(String, String...) - Static method in class de.maxbossing.maxapi.UTils.StringUTils
Rainbowlizes Strings with specified codes
rainbowlize(List<String>) - Static method in class de.maxbossing.maxapi.UTils.StringUTils
Rainbowlizes a List of Strings
rainbowlize(List<String>, String) - Static method in class de.maxbossing.maxapi.UTils.StringUTils
Rainbowlizes a List of Strings with specified codes
ReflectionUtils() - Constructor for class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe.ReflectionUtils
 
remove() - Method in class de.maxbossing.maxapi.Builders.HologramBuilder
Removes the hologram from the server.
removeFlag(BarFlag) - Method in class de.maxbossing.maxapi.Builders.BossBarBuilder
Removes the specified flag from the boss bar.
removeFlags(BarFlag...) - Method in class de.maxbossing.maxapi.Builders.BossBarBuilder
Removes the specified flags from the boss bar.
removePattern() - Method in class de.maxbossing.maxapi.Builders.BannerBuilder
Removes all patterns
removePattern(int) - Method in class de.maxbossing.maxapi.Builders.BannerBuilder
removes Patttern at index
removePlayer(Player) - Method in class de.maxbossing.maxapi.Builders.BossBarBuilder
Removes the specified player from the boss bar.
removePlayers(Player...) - Method in class de.maxbossing.maxapi.Builders.BossBarBuilder
Removes the specified players from the boss bar.
repeat(String, int) - Static method in class de.maxbossing.maxapi.UTils.StringUTils
Repeats a String by the specified amount
replaceAndSymbol() - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Deprecated.
replaceAndSymbol(boolean) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Sets whether to replace the and symbol with the section symbol (§).

S

save() - Method in class de.maxbossing.maxapi.UTils.ConfigManager
save file
saveTo(String, String) - Static method in class de.maxbossing.maxapi.UTils.WorldUTils
Backups world to Folder Currently there is no way to automatically Copy the world back
send(List<Player>) - Method in class de.maxbossing.maxapi.Builders.ActionBarBuilder
Sends the action bar to a list of players.
send(Player) - Method in class de.maxbossing.maxapi.Builders.ActionBarBuilder
Sends the action bar to a certain player.
send(Player) - Method in class de.maxbossing.maxapi.Builders.TitleBuilder
sends the title to specified player
sendFormattedText(Player, String) - Static method in class de.maxbossing.maxapi.UTils.ChatUTils
Send Text to Player
sendFormattedText(Player, String, ClickEvent) - Static method in class de.maxbossing.maxapi.UTils.ChatUTils
Send text with ClickEvent to Player
sendFormattedText(Player, String, ClickEvent, HoverEvent) - Static method in class de.maxbossing.maxapi.UTils.ChatUTils
send Text with HoverEvent and ClickEvent to Player
sendFormattedText(Player, String, HoverEvent) - Static method in class de.maxbossing.maxapi.UTils.ChatUTils
send Text with HoverEvent to Player
sendToAll() - Method in class de.maxbossing.maxapi.Builders.ActionBarBuilder
Sends the action bar to all online players.
sendToAll() - Method in class de.maxbossing.maxapi.Builders.TitleBuilder
sends the title to all Players
set(String, Object, boolean) - Method in class de.maxbossing.maxapi.UTils.ConfigManager
set object at path
setBaseColor(DyeColor) - Method in class de.maxbossing.maxapi.Builders.BannerBuilder
Sets base color of the banner
setBoolean(String, boolean) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe
Sets a NBT tag boolean into the NBT tag compound of the item.
setBoolean(ItemStack, String, boolean) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe.ReflectionUtils
sets a boolean at nbt key of nbt data of item
setColor(BarColor) - Method in class de.maxbossing.maxapi.Builders.BossBarBuilder
Sets the color of the boss bar.
setDouble(String, double) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe
Sets a NBT tag double into the NBT tag compound of the item.
setDouble(ItemStack, String, double) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe.ReflectionUtils
sets a double at the nbt key of the nbt data of the item
setFadeIn(int) - Method in class de.maxbossing.maxapi.Builders.TitleBuilder
set fade in
setFadeOut(int) - Method in class de.maxbossing.maxapi.Builders.TitleBuilder
set fade out
setGravity(boolean) - Method in class de.maxbossing.maxapi.Builders.HologramBuilder
Sets the gravity for the hologram.
setInt(String, int) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe
Sets a NBT tag integer into the NBT tag compound of the item.
setInt(ItemStack, String, int) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe.ReflectionUtils
Sets an int at the nbt key of the nbt data of the ItemStack
setNBTTag(Object, Object) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe.ReflectionUtils
set NBT Tag of Item
setPattern(int, Pattern) - Method in class de.maxbossing.maxapi.Builders.BannerBuilder
Sets pattern at index
setPattern(int, DyeColor, PatternType) - Method in class de.maxbossing.maxapi.Builders.BannerBuilder
sets new colored pattern at index
setPatterns(List<Pattern>) - Method in class de.maxbossing.maxapi.Builders.BannerBuilder
sets patterns
setProgress(double) - Method in class de.maxbossing.maxapi.Builders.BossBarBuilder
Sets the progress of the boss bar.
setShowTime(int) - Method in class de.maxbossing.maxapi.Builders.TitleBuilder
sets showtime
setSmall(boolean) - Method in class de.maxbossing.maxapi.Builders.HologramBuilder
Makes the hologram's armorstand small or large.
setString(String, String) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe
Sets a NBT tag string into the NBT tag compound of the item.
setString(ItemStack, String, String) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe.ReflectionUtils
Sets a String at the nbt key of the nbt data of item
setStyle(BarStyle) - Method in class de.maxbossing.maxapi.Builders.BossBarBuilder
Sets the style of the boss bar.
setSubtitle(String) - Method in class de.maxbossing.maxapi.Builders.TitleBuilder
sets the subtitle
setText(String) - Method in class de.maxbossing.maxapi.Builders.HologramBuilder
Sets the text of the hologram.
setText(String) - Method in class de.maxbossing.maxapi.Builders.ActionBarBuilder
Sets the text of the Action bar.
setTitle(String) - Method in class de.maxbossing.maxapi.Builders.BossBarBuilder
Sets the title of the boss bar.
setTitle(String) - Method in class de.maxbossing.maxapi.Builders.TitleBuilder
sets the title
setVisible(boolean) - Method in class de.maxbossing.maxapi.Builders.BossBarBuilder
Sets the visibility of the boss bar.
setVisible(boolean) - Method in class de.maxbossing.maxapi.Builders.HologramBuilder
Sets the armorstand to be invisible or visible.
SkullBuilder - Class in de.maxbossing.maxapi.Builders
 
StringUTils - Class in de.maxbossing.maxapi.UTils
 
StringUTils() - Constructor for class de.maxbossing.maxapi.UTils.StringUTils
 
stripColor(String) - Static method in class de.maxbossing.maxapi.UTils.StringUTils
Strips all ChatColors from a String
stripColor(String...) - Static method in class de.maxbossing.maxapi.UTils.StringUTils
Strips all ChatColors from Strings
stripColor(List<String>) - Static method in class de.maxbossing.maxapi.UTils.StringUTils
Strips all ChatColors from a List of Strings
suffix(List<String>, String) - Static method in class de.maxbossing.maxapi.UTils.StringUTils
Suffixes all Strings in a list of Strings with a String

T

TitleBuilder - Class in de.maxbossing.maxapi.Builders
 
TitleBuilder(String, String, Integer) - Constructor for class de.maxbossing.maxapi.Builders.TitleBuilder
creates a new title
toConfig(FileConfiguration, String) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Saves the item stack to a configuration file at the specified path.
toConfig(FileConfiguration, String, ItemStackBuilder) - Static method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Saves the item stack to a configuration file at the specified path.
toggleReplaceAndSymbol() - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Toggles the replacement of the and symbol with the section symbol (§).
toggleUnsafeStackSize() - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Toggles the use of stack sizes larger than the maximum stack size for the item.
toHHMMSS(int) - Static method in class de.maxbossing.maxapi.UTils.StringUTils
Formats Seconds in HH:MM:SS Format
toJson() - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Returns the item stack as a JSON string.
toJson(ItemStackBuilder) - Static method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Returns the item stack as a JSON string.
toMMSS(int) - Static method in class de.maxbossing.maxapi.UTils.StringUTils
Formats Seconds in MM:SS format

U

unbreakable(boolean) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Sets the unbreakable status for the item stack.
unsafe() - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Returns an Unsafe instance for the item stack builder, which contains the nbt methods.
Unsafe(ItemStackBuilder) - Constructor for class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe
Initializes the Unsafe class with an ItemStackBuilder.
unsafeStackSize(boolean) - Method in class de.maxbossing.maxapi.Builders.ItemStackBuilder
Enables or disables the use of stack sizes larger than the maximum stack size for the item.
utils - Variable in class de.maxbossing.maxapi.Builders.ItemStackBuilder.Unsafe
Do not access using this Field

W

WARNING(String) - Static method in class de.maxbossing.maxapi.Constants.Prefixes
Warning Prefix
WorldUTils - Class in de.maxbossing.maxapi.UTils
 
WorldUTils() - Constructor for class de.maxbossing.maxapi.UTils.WorldUTils
 
A B C D E F G H I L M O P R S T U W 
All Classes and Interfaces|All Packages