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. registredEventsMethods 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 booleanCalendarEvent. registerCalendarEvent(CalendarEvent calendarEvent, org.bukkit.plugin.Plugin owningPlugin)static voidSheepWarsAPI. registerCalendarEvent(org.bukkit.plugin.Plugin owningPlugin, CalendarEvent calendarEvent)static voidSheepWarsAPI. registerCalendarEvents(org.bukkit.plugin.Plugin owningPlugin, CalendarEvent... calendarEvents)static booleanCalendarEvent. unregisterCalendarEvent(CalendarEvent calendarEvent)static voidSheepWarsAPI. unregisterCalendarEvent(CalendarEvent calendarEvent)static voidSheepWarsAPI. unregisterCalendarEvents(CalendarEvent... calendarEvents)
-