A C D E G H I L M N O P Q R S T U

A

add(Collection<ScheduleTask>) - Method in class com.quartercode.quarterbukkit.api.scheduler.ScheduleTask
Adds the schedule task to a Collection (this may be a ScheduleGroup).
addCommandHandler(CommandHandler) - Method in class com.quartercode.quarterbukkit.api.command.CommandExecutor
Registers a CommandHandler.
addCustomData(Metrics.Plotter) - Method in class com.quartercode.quarterbukkit.util.Metrics
Adds a custom data plotter to the default graph
addGraph(Metrics.Graph) - Method in class com.quartercode.quarterbukkit.util.Metrics
Add a Graph object to BukkitMetrics that represents data for the plugin that should be sent to the backend
addPlotter(Metrics.Plotter) - Method in class com.quartercode.quarterbukkit.util.Metrics.Graph
Add a plotter to the graph, which will be used to plot entries
APIListener - Class in com.quartercode.quarterbukkit.util
 
APIListener(Plugin) - Constructor for class com.quartercode.quarterbukkit.util.APIListener
 

C

cancel() - Method in class com.quartercode.quarterbukkit.api.scheduler.ScheduleGroup
Cancels all scheduling ScheduleTasks.
cancel() - Method in class com.quartercode.quarterbukkit.api.scheduler.ScheduleTask
Cancels this schedule task.
check() - Static method in class com.quartercode.quarterbukkit.api.thread.ThreadUtil
Checks if the current Thread is valid for Bukkit-API-functions and throws an IllegalThreadStateException if not.
check(Thread) - Static method in class com.quartercode.quarterbukkit.api.thread.ThreadUtil
Checks if a Thread is valid for Bukkit-API-functions and throws an IllegalThreadStateException if not.
com.quartercode.quarterbukkit - package com.quartercode.quarterbukkit
 
com.quartercode.quarterbukkit.api - package com.quartercode.quarterbukkit.api
 
com.quartercode.quarterbukkit.api.command - package com.quartercode.quarterbukkit.api.command
 
com.quartercode.quarterbukkit.api.exception - package com.quartercode.quarterbukkit.api.exception
 
com.quartercode.quarterbukkit.api.scheduler - package com.quartercode.quarterbukkit.api.scheduler
 
com.quartercode.quarterbukkit.api.thread - package com.quartercode.quarterbukkit.api.thread
 
com.quartercode.quarterbukkit.util - package com.quartercode.quarterbukkit.util
 
Command - Class in com.quartercode.quarterbukkit.api.command
This class represents a typed command with different components.
Command(CommandSender, String, String, String...) - Constructor for class com.quartercode.quarterbukkit.api.command.Command
Creates a new command representing object.
CommandExecutor - Class in com.quartercode.quarterbukkit.api.command
This class is a CommandExecutor for easy creating commands like /command help 1 without using millions of ifs.
CommandExecutor(Plugin, String...) - Constructor for class com.quartercode.quarterbukkit.api.command.CommandExecutor
Creates a new CommandExecutor which can be used as Bukkit-CommandExecutor.
CommandHandler - Interface in com.quartercode.quarterbukkit.api.command
Interface for CommandHandlers which executes commands.
CommandInfo - Class in com.quartercode.quarterbukkit.api.command
Class for storing some information about a Command.
CommandInfo(boolean, String, String, String, String...) - Constructor for class com.quartercode.quarterbukkit.api.command.CommandInfo
Creates a new information-object and sets all the information.
Config - Class in com.quartercode.quarterbukkit.util
 
Config(Plugin, File) - Constructor for class com.quartercode.quarterbukkit.util.Config
 
containsCommandHandler(CommandHandler) - Method in class com.quartercode.quarterbukkit.api.command.CommandExecutor
Returns if a CommandHandler is registered.
containsCommandHandler(String) - Method in class com.quartercode.quarterbukkit.api.command.CommandExecutor
Returns if a CommandHandler with a defined label is registered.
createGraph(String) - Method in class com.quartercode.quarterbukkit.util.Metrics
Construct and create a Graph that can be used to separate specific plotters to their own graphs on the metrics website.

D

disable() - Method in class com.quartercode.quarterbukkit.util.Metrics
Disables metrics for the server by setting "opt-out" to true in the config file and canceling the metrics task.
doInstall(File, CommandSender) - Method in class com.quartercode.quarterbukkit.api.Updater
Does some post-installation-activities, like extracting zips or relaoding the plugin.
doInstall(File, CommandSender) - Method in class com.quartercode.quarterbukkit.util.QuarterBukkitUpdater
 

E

enable() - Method in class com.quartercode.quarterbukkit.util.Metrics
Enables metrics for the server by setting "opt-out" to false in the config file and starting the metrics task.
equals(Object) - Method in class com.quartercode.quarterbukkit.api.command.Command
 
equals(Object) - Method in class com.quartercode.quarterbukkit.api.command.CommandExecutor
 
equals(Object) - Method in class com.quartercode.quarterbukkit.api.command.CommandInfo
 
equals(Object) - Method in class com.quartercode.quarterbukkit.api.scheduler.ScheduleTask
 
equals(Object) - Method in class com.quartercode.quarterbukkit.api.Updater
 
equals(Object) - Method in class com.quartercode.quarterbukkit.util.APIListener
 
equals(Object) - Method in class com.quartercode.quarterbukkit.util.Metrics.Graph
 
equals(Object) - Method in class com.quartercode.quarterbukkit.util.Metrics.Plotter
 
EquipmentUtil - Class in com.quartercode.quarterbukkit.api
Class for setting the equipment of LivingEntitys as ItemStacks.
exception(GameException) - Static method in class com.quartercode.quarterbukkit.QuarterBukkit
Handles an GameException in the correct ExceptionHandler.
ExceptionHandler - Class in com.quartercode.quarterbukkit.api.exception
Class for handling GameException caused by a Plugin.
ExceptionHandler(Plugin) - Constructor for class com.quartercode.quarterbukkit.api.exception.ExceptionHandler
Creates a new ExceptionHandler binded to a Plugin.
execute(Command) - Method in interface com.quartercode.quarterbukkit.api.command.CommandHandler
Executes a Command.
extract(File, String, File) - Method in class com.quartercode.quarterbukkit.api.Updater
Extracts some Files in a zip.

G

GameException - Exception in com.quartercode.quarterbukkit.api.exception
QuarterBukkitExceptions represents not so bad exceptions, they are primary e.g. for printing information messages.
GameException(Plugin) - Constructor for exception com.quartercode.quarterbukkit.api.exception.GameException
Creates a new empty QuarterBukkitException with a Plugin.
GameException(Plugin, String) - Constructor for exception com.quartercode.quarterbukkit.api.exception.GameException
Creates a new QuarterBukkitException with a Plugin and an informational message.
getArguments() - Method in class com.quartercode.quarterbukkit.api.command.Command
Returns the parsed arguments of the command as a String-array.
getBoots(LivingEntity) - Static method in class com.quartercode.quarterbukkit.api.EquipmentUtil
Returns the boots of an LivingEntity.
getBukkitThrad() - Static method in class com.quartercode.quarterbukkit.api.thread.ThreadUtil
Returns the initalized Bukkit-Main-Thread.
getCause() - Method in exception com.quartercode.quarterbukkit.api.exception.InstallException
Returns the cause for the error.
getCause() - Method in exception com.quartercode.quarterbukkit.api.exception.ParseException
Returns the cause for the error.
getCauser() - Method in exception com.quartercode.quarterbukkit.api.exception.InstallException
Returns the CommandSender causer.
getCauser() - Method in exception com.quartercode.quarterbukkit.api.exception.NoPermissionException
Returns the CommandSender causer.
getChestplate(LivingEntity) - Static method in class com.quartercode.quarterbukkit.api.EquipmentUtil
Returns the chestplate of an LivingEntity.
getColumnName() - Method in class com.quartercode.quarterbukkit.util.Metrics.Plotter
Get the column name for the plotted point
getCommand() - Method in exception com.quartercode.quarterbukkit.api.exception.NoCommandFoundException
Returns the not registered Command.
getCommand() - Method in exception com.quartercode.quarterbukkit.api.exception.NoCommandPermissionException
Returns the tried Command.
getCommandExecutor() - Method in exception com.quartercode.quarterbukkit.api.exception.NoCommandFoundException
Returns the CommandExecutor which should execute the Command.
getCommandHandler(String) - Method in class com.quartercode.quarterbukkit.api.command.CommandExecutor
Returns the CommandHandler which contains a defined label.
getCommandHandlers() - Method in class com.quartercode.quarterbukkit.api.command.CommandExecutor
Returns all registered command handlers as an unmodifiable list.
getConfig() - Method in class com.quartercode.quarterbukkit.QuarterBukkit
 
getConfigFile() - Method in class com.quartercode.quarterbukkit.util.Metrics
Gets the File object of the config file that should be used to store data such as the GUID and opt-out status
getDescription() - Method in class com.quartercode.quarterbukkit.api.command.CommandInfo
Returns a short description what the Command does.
getDescriptions(ItemStack) - Static method in class com.quartercode.quarterbukkit.api.MetaUtil
Returns the description lines of an ItemStack.
getDescriptions(ItemStack) - Static method in class com.quartercode.quarterbukkit.api.TagUtil
Deprecated. Returns the description lines of an ItemStack.
getExceptionHandler(Plugin) - Static method in class com.quartercode.quarterbukkit.QuarterBukkit
Returns the registered ExceptionHandler for a Plugin.
getExceptionHandlers() - Static method in class com.quartercode.quarterbukkit.QuarterBukkit
Returns all registered ExceptionHandlers.
getGlobalLabel() - Method in class com.quartercode.quarterbukkit.api.command.Command
Returns the global label of the command.
getHelmet(LivingEntity) - Static method in class com.quartercode.quarterbukkit.api.EquipmentUtil
Returns the helmet of an LivingEntity.
getInfo() - Method in interface com.quartercode.quarterbukkit.api.command.CommandHandler
Returns a CommandInfo-object which contains some information about the CommandHandler.
getItem(LivingEntity) - Static method in class com.quartercode.quarterbukkit.api.EquipmentUtil
Returns the holding item of an LivingEntity.
getLabel() - Method in class com.quartercode.quarterbukkit.api.command.Command
Returns the secondary label of the command.
getLabels() - Method in class com.quartercode.quarterbukkit.api.command.CommandInfo
Returns all labels a user can use for the Command.
getLatestVersion() - Method in class com.quartercode.quarterbukkit.api.Updater
Returns the latest plugin version.
getLatestVersion(CommandSender) - Method in class com.quartercode.quarterbukkit.api.Updater
Returns the latest plugin version.
getLeggins(LivingEntity) - Static method in class com.quartercode.quarterbukkit.api.EquipmentUtil
Returns the pants of an LivingEntity.
getMillis(long) - Static method in class com.quartercode.quarterbukkit.api.MathUtil
Convert minecraft-ticks to milliseconds.
getName(ItemStack) - Static method in class com.quartercode.quarterbukkit.api.MetaUtil
Returns the name of an ItemStack.
getName(ItemStack) - Static method in class com.quartercode.quarterbukkit.api.TagUtil
Deprecated. Returns the name of an ItemStack.
getName() - Method in class com.quartercode.quarterbukkit.util.Metrics.Graph
Gets the graph's name
getParameterUsage() - Method in class com.quartercode.quarterbukkit.api.command.CommandInfo
Returns how to use the parameters of the Command (returns null if there aren't parameters).
getPermission() - Method in class com.quartercode.quarterbukkit.api.command.CommandInfo
Returns the permission you need to execute the Command.
getPermission() - Method in exception com.quartercode.quarterbukkit.api.exception.NoPermissionException
Returns the permission which the causer doesn't have.
getPlotters() - Method in class com.quartercode.quarterbukkit.util.Metrics.Graph
Gets an unmodifiable set of the plotter objects in the graph
getPlugin() - Method in class com.quartercode.quarterbukkit.api.exception.ExceptionHandler
Returns the Plugin the ExceptionHandler is binded to.
getPlugin() - Method in exception com.quartercode.quarterbukkit.api.exception.GameException
Returns the causing Plugin;
getPlugin() - Method in class com.quartercode.quarterbukkit.api.Updater
Returns the Plugin which started the updater.
getPlugin() - Static method in class com.quartercode.quarterbukkit.QuarterBukkit
Returns the current Plugin.
getSender() - Method in class com.quartercode.quarterbukkit.api.command.Command
Returns the CommandSender of the command.
getShowPlayerNames() - Static method in class com.quartercode.quarterbukkit.api.TagUtil
Deprecated. This method is deprecated and does nothing (it only returns an empty map).
getString() - Method in exception com.quartercode.quarterbukkit.api.exception.ParseException
Returns the String which could not be parsed.
getTicks(long) - Static method in class com.quartercode.quarterbukkit.api.MathUtil
Convert milliseconds to minecraft-ticks.
getUpdatePlugin() - Method in class com.quartercode.quarterbukkit.api.Updater
Return the Plugin which should be updated.
getUpdater() - Method in exception com.quartercode.quarterbukkit.api.exception.InstallException
Returns the Updater which caused the error.
getValue() - Method in class com.quartercode.quarterbukkit.util.Metrics.Plotter
Get the current value for the plotted point.

H

handle(GameException) - Method in class com.quartercode.quarterbukkit.api.exception.ExceptionHandler
Handle an GameException caused by a Plugin.
handle(GameException) - Method in class com.quartercode.quarterbukkit.util.QuarterBukkitExceptionHandler
 
hashCode() - Method in class com.quartercode.quarterbukkit.api.command.Command
 
hashCode() - Method in class com.quartercode.quarterbukkit.api.command.CommandExecutor
 
hashCode() - Method in class com.quartercode.quarterbukkit.api.command.CommandInfo
 
hashCode() - Method in class com.quartercode.quarterbukkit.api.scheduler.ScheduleTask
 
hashCode() - Method in class com.quartercode.quarterbukkit.api.Updater
 
hashCode() - Method in class com.quartercode.quarterbukkit.util.APIListener
 
hashCode() - Method in class com.quartercode.quarterbukkit.util.Metrics.Graph
 
hashCode() - Method in class com.quartercode.quarterbukkit.util.Metrics.Plotter
 

I

initalizeThread() - Static method in class com.quartercode.quarterbukkit.api.thread.ThreadUtil
Initalizes the Thread management.
InstallException - Exception in com.quartercode.quarterbukkit.api.exception
The InstallException occurres if something goes wrong while installing a plugin via Updater.
InstallException(Plugin, Updater, Exception) - Constructor for exception com.quartercode.quarterbukkit.api.exception.InstallException
Creates a InstallException filled with the causing Updater and a cause as an Exception for the error.
InstallException(Plugin, Updater, Exception, CommandSender) - Constructor for exception com.quartercode.quarterbukkit.api.exception.InstallException
Creates a InstallException filled with the causing Updater, a cause as an Exception for the error and the CommandSender who executed the updater.
InstallException(Plugin, Updater, Exception, String) - Constructor for exception com.quartercode.quarterbukkit.api.exception.InstallException
Creates a InstallException filled with the causing Updater, a cause as an Exception for the error and an informational message.
InstallException(Plugin, Updater, Exception, CommandSender, String) - Constructor for exception com.quartercode.quarterbukkit.api.exception.InstallException
Creates a InstallException filled with the causing Updater, a cause as an Exception for the error, the CommandSender who executed the updater an an informational message.
isIgnoreCase() - Method in class com.quartercode.quarterbukkit.api.command.CommandInfo
Returns if the CommandExecutor should ignore the case of the label.
isInBukkitThread() - Static method in class com.quartercode.quarterbukkit.api.thread.ThreadUtil
Checks if the current Thread is the Bukkit-Main-Thread.
isInBukkitThread(Thread) - Static method in class com.quartercode.quarterbukkit.api.thread.ThreadUtil
Checks if a Thread is the Bukkit-Main-Thread.
isNewVersionAvaiable() - Method in class com.quartercode.quarterbukkit.api.Updater
Returns if a new version is avaiable.
isNewVersionAvaiable(CommandSender) - Method in class com.quartercode.quarterbukkit.api.Updater
Returns if a new version is avaiable.
isOptOut() - Method in class com.quartercode.quarterbukkit.util.Metrics
Has the server owner denied plugin metrics?
isRunning() - Method in class com.quartercode.quarterbukkit.api.scheduler.ScheduleTask
Returns if the ScheduleTask is running.

L

load(File) - Method in class com.quartercode.quarterbukkit.util.Config
 

M

MathUtil - Class in com.quartercode.quarterbukkit.api
A math helper class.
MetaUtil - Class in com.quartercode.quarterbukkit.api
Class for modifying meta-tags easily.
Metrics - Class in com.quartercode.quarterbukkit.util
The metrics class obtains data about a plugin and submits statistics about it to the metrics backend.
Metrics(Plugin) - Constructor for class com.quartercode.quarterbukkit.util.Metrics
 
Metrics.Graph - Class in com.quartercode.quarterbukkit.util
Represents a custom graph on the website
Metrics.Plotter - Class in com.quartercode.quarterbukkit.util
Interface used to collect custom data for a plugin
Metrics.Plotter() - Constructor for class com.quartercode.quarterbukkit.util.Metrics.Plotter
Construct a plotter with the default plot name
Metrics.Plotter(String) - Constructor for class com.quartercode.quarterbukkit.util.Metrics.Plotter
Construct a plotter with a specific plot name

N

NoCommandFoundException - Exception in com.quartercode.quarterbukkit.api.exception
The NoCommandFoundException represents an exception caused by a not registered command.
NoCommandFoundException(Plugin, Command, CommandExecutor) - Constructor for exception com.quartercode.quarterbukkit.api.exception.NoCommandFoundException
Creates a NoCommandFoundException filled with a Command and a CommandExecutor.
NoCommandFoundException(Plugin, Command, CommandExecutor, String) - Constructor for exception com.quartercode.quarterbukkit.api.exception.NoCommandFoundException
Creates a NoCommandFoundException filled with a Command, a CommandExecutor and an informational message.
NoCommandPermissionException - Exception in com.quartercode.quarterbukkit.api.exception
The NoPermissionException represents an exception caused by not enough permissions.
NoCommandPermissionException(Plugin, String, CommandSender, Command) - Constructor for exception com.quartercode.quarterbukkit.api.exception.NoCommandPermissionException
Creates an NoCommandPermissionException filled with a CommandSender causer, the permission and the tried command.
NoCommandPermissionException(Plugin, String, CommandSender, Command, String) - Constructor for exception com.quartercode.quarterbukkit.api.exception.NoCommandPermissionException
Creates an NoCommandPermissionException filled with a CommandSender causer, the permission, the tried command and an informational message.
NoDefaultCommandFoundException - Exception in com.quartercode.quarterbukkit.api.exception
The NoCommandFoundException represents an exception caused by a not registered default command.
NoDefaultCommandFoundException(Plugin, Command, CommandExecutor) - Constructor for exception com.quartercode.quarterbukkit.api.exception.NoDefaultCommandFoundException
Creates a NoDefaultCommandFoundException filled with a Command and a CommandExecutor.
NoDefaultCommandFoundException(Plugin, Command, CommandExecutor, String) - Constructor for exception com.quartercode.quarterbukkit.api.exception.NoDefaultCommandFoundException
Creates a NoDefaultCommandFoundException filled with a Command, a CommandExecutor and an informational message.
NoPermissionException - Exception in com.quartercode.quarterbukkit.api.exception
The NoPermissionException represents an exception caused by not enough permissions.
NoPermissionException(Plugin, String, CommandSender) - Constructor for exception com.quartercode.quarterbukkit.api.exception.NoPermissionException
Creates an NoPermissionException filled with a CommandSender causer and the permission.
NoPermissionException(Plugin, String, CommandSender, String) - Constructor for exception com.quartercode.quarterbukkit.api.exception.NoPermissionException
Creates an NoPermissionException filled with a CommandSender causer, the permission and an informational message.

O

onCommand(CommandSender, Command, String, String[]) - Method in class com.quartercode.quarterbukkit.api.command.CommandExecutor
The main method called by the Bukkit-Command-System.
onDisable() - Method in class com.quartercode.quarterbukkit.QuarterBukkit
This method is called when the plugin gets disabled.
onEnable() - Method in class com.quartercode.quarterbukkit.QuarterBukkit
This method is called when the plugin gets enabled.
onLoad() - Method in class com.quartercode.quarterbukkit.QuarterBukkit
This method is called when the plugin loads.
onOptOut() - Method in class com.quartercode.quarterbukkit.util.Metrics.Graph
Called when the server owner decides to opt-out of BukkitMetrics while the server is running.
onTabComplete(CommandSender, Command, String, String[]) - Method in class com.quartercode.quarterbukkit.api.command.CommandExecutor
The tab completition method called by the Bukkit-Command-System.

P

ParseException - Exception in com.quartercode.quarterbukkit.api.exception
The InstallException occurres if something goes wrong while installing a plugin via Updater.
ParseException(Plugin, Exception, String) - Constructor for exception com.quartercode.quarterbukkit.api.exception.ParseException
Creates a InstallException filled with a cause as an Exception for the error.
ParseException(Plugin, Exception, String, String) - Constructor for exception com.quartercode.quarterbukkit.api.exception.ParseException
Creates a InstallException filled with a cause as an Exception for the error and an informational message.
parseVersion(String) - Method in class com.quartercode.quarterbukkit.api.Updater
Parses the version out of the BukkitDev-upload-title.
parseVersion(String) - Method in class com.quartercode.quarterbukkit.util.QuarterBukkitUpdater
 
plugin - Variable in class com.quartercode.quarterbukkit.api.exception.ExceptionHandler
 
plugin - Variable in class com.quartercode.quarterbukkit.api.Updater
 

Q

QuarterBukkit - Class in com.quartercode.quarterbukkit
The main class of the QuarterBukkit API.
QuarterBukkit() - Constructor for class com.quartercode.quarterbukkit.QuarterBukkit
The default constructor for Bukkit.
QuarterBukkitExceptionHandler - Class in com.quartercode.quarterbukkit.util
 
QuarterBukkitExceptionHandler(Plugin) - Constructor for class com.quartercode.quarterbukkit.util.QuarterBukkitExceptionHandler
 
QuarterBukkitUpdater - Class in com.quartercode.quarterbukkit.util
This class is for checking the QuarterBukkit-version and updating the plugin.
QuarterBukkitUpdater(Plugin) - Constructor for class com.quartercode.quarterbukkit.util.QuarterBukkitUpdater
Creates a new QuarterBukkit updater.

R

removeCommandHandler(CommandHandler) - Method in class com.quartercode.quarterbukkit.api.command.CommandExecutor
Unregisters a CommandHandler.
removeCommandHandler(String) - Method in class com.quartercode.quarterbukkit.api.command.CommandExecutor
Unregisters a CommandHandler which has this label.
removeExceptionHandler(Plugin) - Static method in class com.quartercode.quarterbukkit.QuarterBukkit
Unregisters the ExceptionHandler of a binding Plugin.
removePlotter(Metrics.Plotter) - Method in class com.quartercode.quarterbukkit.util.Metrics.Graph
Remove a plotter from the graph
reset() - Method in class com.quartercode.quarterbukkit.util.Metrics.Plotter
Called after the website graphs have been updated
run(boolean, long) - Method in class com.quartercode.quarterbukkit.api.scheduler.ScheduleTask
Deprecated. This method is deprecated. Use ScheduleTask.run(long) instead.
run(boolean, long, long) - Method in class com.quartercode.quarterbukkit.api.scheduler.ScheduleTask
Deprecated. This method is deprecated. Use ScheduleTask.run(long, long) instead.
run(long) - Method in class com.quartercode.quarterbukkit.api.scheduler.ScheduleTask
Runs the scheduler once with a delay.
run(long, long) - Method in class com.quartercode.quarterbukkit.api.scheduler.ScheduleTask
Runs the scheduler repeating with a delay until it's cancelled.

S

save(File) - Method in class com.quartercode.quarterbukkit.util.Config
 
save() - Method in class com.quartercode.quarterbukkit.util.Config
 
ScheduleGroup - Class in com.quartercode.quarterbukkit.api.scheduler
This class is a modified ArrayList for managing ScheduleTasks.
ScheduleGroup() - Constructor for class com.quartercode.quarterbukkit.api.scheduler.ScheduleGroup
The default constructor.
ScheduleGroup(Collection<? extends ScheduleTask>) - Constructor for class com.quartercode.quarterbukkit.api.scheduler.ScheduleGroup
A constructor for creating a filled group.
ScheduleTask - Class in com.quartercode.quarterbukkit.api.scheduler
This class is for implementing an easy to use schedule-task fir the Bukkit-Scheduler.
ScheduleTask(Plugin) - Constructor for class com.quartercode.quarterbukkit.api.scheduler.ScheduleTask
Creates a schedule task with a custom Plugin.
setBoots(LivingEntity, ItemStack) - Static method in class com.quartercode.quarterbukkit.api.EquipmentUtil
Sets the boots of an LivingEntity.
setChestplate(LivingEntity, ItemStack) - Static method in class com.quartercode.quarterbukkit.api.EquipmentUtil
Sets the chestplate of an LivingEntity.
setDescriptions(ItemStack, List<String>) - Static method in class com.quartercode.quarterbukkit.api.MetaUtil
Sets the description lines of an ItemStack.
setDescriptions(ItemStack, String...) - Static method in class com.quartercode.quarterbukkit.api.MetaUtil
Sets the description lines of an ItemStack.
setDescriptions(ItemStack, List<String>) - Static method in class com.quartercode.quarterbukkit.api.TagUtil
Deprecated. Sets the description lines of an ItemStack.
setExceptionHandler(ExceptionHandler) - Static method in class com.quartercode.quarterbukkit.QuarterBukkit
Registers the ExceptionHandler for a binding Plugin.
setHelmet(LivingEntity, ItemStack) - Static method in class com.quartercode.quarterbukkit.api.EquipmentUtil
Sets the helmet of an LivingEntity.
setItem(LivingEntity, ItemStack) - Static method in class com.quartercode.quarterbukkit.api.EquipmentUtil
Sets the holding item of an LivingEntity.
setLeggins(LivingEntity, ItemStack) - Static method in class com.quartercode.quarterbukkit.api.EquipmentUtil
Sets the pants of an LivingEntity.
setName(ItemStack, String) - Static method in class com.quartercode.quarterbukkit.api.MetaUtil
Sets the name of an ItemStack.
setName(ItemStack, String) - Static method in class com.quartercode.quarterbukkit.api.TagUtil
Deprecated. Sets the name of an ItemStack.
setShowName(Player, String) - Static method in class com.quartercode.quarterbukkit.api.TagUtil
Deprecated. This method is deprecated and does nothing.
slug - Variable in class com.quartercode.quarterbukkit.api.Updater
 
start() - Method in class com.quartercode.quarterbukkit.util.Metrics
Start measuring statistics.

T

TagUtil - Class in com.quartercode.quarterbukkit.api
Deprecated. This class is deprecated. Use MetaUtil instead.
ThreadUtil - Class in com.quartercode.quarterbukkit.api.thread
This class is for handle the Bukkit-Thread-Errors.
toString() - Method in class com.quartercode.quarterbukkit.api.command.Command
 
toString() - Method in class com.quartercode.quarterbukkit.api.command.CommandExecutor
 
toString() - Method in class com.quartercode.quarterbukkit.api.command.CommandInfo
 
toString() - Method in class com.quartercode.quarterbukkit.api.scheduler.ScheduleTask
 
toString() - Method in class com.quartercode.quarterbukkit.api.Updater
 
toString() - Method in class com.quartercode.quarterbukkit.QuarterBukkit
 
toString() - Method in class com.quartercode.quarterbukkit.util.APIListener
 
tryInstall() - Method in class com.quartercode.quarterbukkit.api.Updater
This method checks the latest plugin-version and updates it if required.
tryInstall(CommandSender) - Method in class com.quartercode.quarterbukkit.api.Updater
This method checks the latest plugin-version and updates it if required.

U

updatePlugin - Variable in class com.quartercode.quarterbukkit.api.Updater
 
Updater - Class in com.quartercode.quarterbukkit.api
This class is for checking the plugin-versions and updating plugins.
Updater(Plugin, Plugin, String) - Constructor for class com.quartercode.quarterbukkit.api.Updater
Creates a new abstract Updater.

A C D E G H I L M N O P Q R S T U