Uses of Class
tk.airshipcraft.commonlib.calendar.impl.AbstractGameEvent
Packages that use AbstractGameEvent
Package
Description
This package, a part of AirshipCraft's
CommonLib
core library, provides a comprehensive calendar and event system
for Minecraft servers.-
Uses of AbstractGameEvent in tk.airshipcraft.commonlib.calendar
Methods in tk.airshipcraft.commonlib.calendar with parameters of type AbstractGameEventModifier and TypeMethodDescriptionvoid
IEventManager.scheduleEvent
(CustomDate date, AbstractGameEvent event) Schedules an event to occur on a specific in-game date. -
Uses of AbstractGameEvent in tk.airshipcraft.commonlib.calendar.impl
Methods in tk.airshipcraft.commonlib.calendar.impl with parameters of type AbstractGameEventModifier and TypeMethodDescriptionvoid
EventManager.scheduleEvent
(CustomDate date, AbstractGameEvent event) Schedules an event to occur on a specific in-game date.