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. availableBoostersprivate static java.util.List<SheepWarsBooster>SheepWarsBooster. waitingBoostersMethods in fr.royalpha.sheepwars.api that return SheepWarsBooster Modifier and Type Method Description private static SheepWarsBoosterSheepWarsBooster. activateBooster(org.bukkit.entity.Player activator, SheepWarsBooster booster, org.bukkit.plugin.Plugin plugin)static SheepWarsBoosterSheepWarsBooster. activateBooster(org.bukkit.entity.Player activator, org.bukkit.DyeColor color, org.bukkit.plugin.Plugin plugin)Activate a booster according to a DyeColor.static SheepWarsBoosterSheepWarsBooster. 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 SheepWarsBoosterSheepWarsBooster. activateBooster(org.bukkit.entity.Player activator, SheepWarsBooster booster, org.bukkit.plugin.Plugin plugin)static booleanSheepWarsAPI. registerBooster(SheepWarsBooster boosterClass)Register your custom booster.static booleanSheepWarsBooster. registerBooster(SheepWarsBooster booster)UseUltimateSheepWarsAPImethods instead.static voidSheepWarsAPI. registerBoosters(SheepWarsBooster... classes)Register several boosters.static booleanSheepWarsAPI. unregisterBooster(SheepWarsBooster boosterClass)Unregister your custom booster.static booleanSheepWarsBooster. unregisterBooster(SheepWarsBooster booster)UseUltimateSheepWarsAPImethods instead.static voidSheepWarsAPI. unregisterBoosters(SheepWarsBooster... classes)Unregister several boosters.
-