Uses of Class
fr.royalpha.sheepwars.api.SheepWarsSheep
-
Packages that use SheepWarsSheep Package Description fr.royalpha.sheepwars.api fr.royalpha.sheepwars.api.event -
-
Uses of SheepWarsSheep in fr.royalpha.sheepwars.api
Fields in fr.royalpha.sheepwars.api with type parameters of type SheepWarsSheep Modifier and Type Field Description private static java.util.List<SheepWarsSheep>SheepWarsSheep. availableSheepsprivate static java.util.List<SheepWarsSheep>SheepWarsSheep. waitingSheepsMethods in fr.royalpha.sheepwars.api that return SheepWarsSheep Modifier and Type Method Description static SheepWarsSheepSheepWarsSheep. getCorrespondingSheep(org.bukkit.inventory.ItemStack item, org.bukkit.entity.Player player)Methods in fr.royalpha.sheepwars.api that return types with arguments of type SheepWarsSheep Modifier and Type Method Description static java.util.List<SheepWarsSheep>SheepWarsSheep. getAvailableSheeps()Get registered sheeps.Methods in fr.royalpha.sheepwars.api with parameters of type SheepWarsSheep Modifier and Type Method Description static voidSheepWarsSheep. giveSheep(org.bukkit.entity.Player player, SheepWarsSheep sheep)static voidSheepWarsSheep. giveSheep(org.bukkit.entity.Player player, SheepWarsSheep sheep, int amount)static booleanSheepWarsAPI. registerSheep(SheepWarsSheep sheepClass)Register your custom sheep.static booleanSheepWarsSheep. registerSheep(SheepWarsSheep sheep)UseUltimateSheepWarsAPImethods instead.static voidSheepWarsAPI. registerSheeps(SheepWarsSheep... classes)Register several sheeps.static booleanSheepWarsAPI. unregisterSheep(SheepWarsSheep sheepClass)Unregister your custom sheep.static booleanSheepWarsSheep. unregisterSheep(SheepWarsSheep sheep)UseUltimateSheepWarsAPImethods instead.static voidSheepWarsAPI. unregisterSheeps(SheepWarsSheep... classes)Unregister several sheeps. -
Uses of SheepWarsSheep in fr.royalpha.sheepwars.api.event
Fields in fr.royalpha.sheepwars.api.event declared as SheepWarsSheep Modifier and Type Field Description private SheepWarsSheepSheepGiveEvent. sheepClassprivate SheepWarsSheepSheepLaunchEvent. sheepClassMethods in fr.royalpha.sheepwars.api.event that return SheepWarsSheep Modifier and Type Method Description SheepWarsSheepSheepGiveEvent. getSheep()SheepWarsSheepSheepLaunchEvent. getSheep()Constructors in fr.royalpha.sheepwars.api.event with parameters of type SheepWarsSheep Constructor Description SheepGiveEvent(org.bukkit.entity.Player player, SheepWarsSheep sheepClass)SheepLaunchEvent(org.bukkit.entity.Player launcher, org.bukkit.entity.Sheep entity, SheepWarsSheep sheepClass)
-