Uses of Class
fr.royalpha.sheepwars.api.SheepWarsKit.KitResult
-
Packages that use SheepWarsKit.KitResult Package Description fr.royalpha.sheepwars.api -
-
Uses of SheepWarsKit.KitResult in fr.royalpha.sheepwars.api
Methods in fr.royalpha.sheepwars.api that return SheepWarsKit.KitResult Modifier and Type Method Description static SheepWarsKit.KitResult
SheepWarsKit.KitResult. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SheepWarsKit.KitResult[]
SheepWarsKit.KitResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.royalpha.sheepwars.api that return types with arguments of type SheepWarsKit.KitResult Modifier and Type Method Description java.util.List<SheepWarsKit.KitResult>
SheepWarsKit.SheepWarsKitLevel. canUseLevel(org.bukkit.entity.Player player)
-