Uses of Class
tk.airshipcraft.commonlib.CommonLib
Packages that use CommonLib
Package
Description
Provides classes and interfaces for managing configurations and player preferences within a Bukkit plugin environment.
-
Uses of CommonLib in tk.airshipcraft.commonlib
Subclasses of CommonLib in tk.airshipcraft.commonlibMethods in tk.airshipcraft.commonlib that return CommonLibModifier and TypeMethodDescriptionstatic CommonLib
CommonLib.getInstance()
Returns the single instance of CommonLib. -
Uses of CommonLib in tk.airshipcraft.commonlib.calendar.clock
Constructors in tk.airshipcraft.commonlib.calendar.clock with parameters of type CommonLibModifierConstructorDescriptionWorldClock
(CommonLib plugin, CalendarManager calendarManager, EventManager eventManager) Initializes a new WorldClock. -
Uses of CommonLib in tk.airshipcraft.commonlib.configuration
Constructors in tk.airshipcraft.commonlib.configuration with parameters of type CommonLibModifierConstructorDescriptionConfigHelper
(CommonLib plugin, Class<?> configClass) Constructs a ConfigHelper for the given plugin and configuration class.