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. availableSheeps
private static java.util.List<SheepWarsSheep>
SheepWarsSheep. waitingSheeps
Methods in fr.royalpha.sheepwars.api that return SheepWarsSheep Modifier and Type Method Description static SheepWarsSheep
SheepWarsSheep. 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 void
SheepWarsSheep. giveSheep(org.bukkit.entity.Player player, SheepWarsSheep sheep)
static void
SheepWarsSheep. giveSheep(org.bukkit.entity.Player player, SheepWarsSheep sheep, int amount)
static boolean
SheepWarsAPI. registerSheep(SheepWarsSheep sheepClass)
Register your custom sheep.static boolean
SheepWarsSheep. registerSheep(SheepWarsSheep sheep)
UseUltimateSheepWarsAPI
methods instead.static void
SheepWarsAPI. registerSheeps(SheepWarsSheep... classes)
Register several sheeps.static boolean
SheepWarsAPI. unregisterSheep(SheepWarsSheep sheepClass)
Unregister your custom sheep.static boolean
SheepWarsSheep. unregisterSheep(SheepWarsSheep sheep)
UseUltimateSheepWarsAPI
methods instead.static void
SheepWarsAPI. 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 SheepWarsSheep
SheepGiveEvent. sheepClass
private SheepWarsSheep
SheepLaunchEvent. sheepClass
Methods in fr.royalpha.sheepwars.api.event that return SheepWarsSheep Modifier and Type Method Description SheepWarsSheep
SheepGiveEvent. getSheep()
SheepWarsSheep
SheepLaunchEvent. 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)
-