Uses of Class
fr.royalpha.sheepwars.api.CalendarEvent
-
Packages that use CalendarEvent Package Description fr.royalpha.sheepwars.api -
-
Uses of CalendarEvent in fr.royalpha.sheepwars.api
Fields in fr.royalpha.sheepwars.api with type parameters of type CalendarEvent Modifier and Type Field Description private static java.util.List<CalendarEvent>
CalendarEvent. registredEvents
Methods in fr.royalpha.sheepwars.api that return types with arguments of type CalendarEvent Modifier and Type Method Description static java.util.List<CalendarEvent>
CalendarEvent. getRegistredCalendarEvents()
Methods in fr.royalpha.sheepwars.api with parameters of type CalendarEvent Modifier and Type Method Description static boolean
CalendarEvent. registerCalendarEvent(CalendarEvent calendarEvent, org.bukkit.plugin.Plugin owningPlugin)
static void
SheepWarsAPI. registerCalendarEvent(org.bukkit.plugin.Plugin owningPlugin, CalendarEvent calendarEvent)
static void
SheepWarsAPI. registerCalendarEvents(org.bukkit.plugin.Plugin owningPlugin, CalendarEvent... calendarEvents)
static boolean
CalendarEvent. unregisterCalendarEvent(CalendarEvent calendarEvent)
static void
SheepWarsAPI. unregisterCalendarEvent(CalendarEvent calendarEvent)
static void
SheepWarsAPI. unregisterCalendarEvents(CalendarEvent... calendarEvents)
-