Uses of Class
fr.royalpha.sheepwars.api.SheepWarsBooster
-
Packages that use SheepWarsBooster Package Description fr.royalpha.sheepwars.api -
-
Uses of SheepWarsBooster in fr.royalpha.sheepwars.api
Fields in fr.royalpha.sheepwars.api with type parameters of type SheepWarsBooster Modifier and Type Field Description private static java.util.List<SheepWarsBooster>
SheepWarsBooster. availableBoosters
private static java.util.List<SheepWarsBooster>
SheepWarsBooster. waitingBoosters
Methods in fr.royalpha.sheepwars.api that return SheepWarsBooster Modifier and Type Method Description private static SheepWarsBooster
SheepWarsBooster. activateBooster(org.bukkit.entity.Player activator, SheepWarsBooster booster, org.bukkit.plugin.Plugin plugin)
static SheepWarsBooster
SheepWarsBooster. activateBooster(org.bukkit.entity.Player activator, org.bukkit.DyeColor color, org.bukkit.plugin.Plugin plugin)
Activate a booster according to a DyeColor.static SheepWarsBooster
SheepWarsBooster. activateRandomBooster(org.bukkit.entity.Player activator, org.bukkit.plugin.Plugin plugin)
Activate a random booster.Methods in fr.royalpha.sheepwars.api that return types with arguments of type SheepWarsBooster Modifier and Type Method Description static java.util.List<SheepWarsBooster>
SheepWarsBooster. getAvailableBoosters()
Get registered boosters.Methods in fr.royalpha.sheepwars.api with parameters of type SheepWarsBooster Modifier and Type Method Description private static SheepWarsBooster
SheepWarsBooster. activateBooster(org.bukkit.entity.Player activator, SheepWarsBooster booster, org.bukkit.plugin.Plugin plugin)
static boolean
SheepWarsAPI. registerBooster(SheepWarsBooster boosterClass)
Register your custom booster.static boolean
SheepWarsBooster. registerBooster(SheepWarsBooster booster)
UseUltimateSheepWarsAPI
methods instead.static void
SheepWarsAPI. registerBoosters(SheepWarsBooster... classes)
Register several boosters.static boolean
SheepWarsAPI. unregisterBooster(SheepWarsBooster boosterClass)
Unregister your custom booster.static boolean
SheepWarsBooster. unregisterBooster(SheepWarsBooster booster)
UseUltimateSheepWarsAPI
methods instead.static void
SheepWarsAPI. unregisterBoosters(SheepWarsBooster... classes)
Unregister several boosters.
-