Package me.keehl.elevators.api.services
Interface IElevatorRecipeService
-
- All Superinterfaces:
IElevatorService
public interface IElevatorRecipeService extends IElevatorService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddiscoverRecipesForPlayer(org.bukkit.entity.Player player)<T extends org.bukkit.inventory.Recipe & org.bukkit.Keyed>
booleandoesPermissibleHavePermissionForRecipe(org.bukkit.permissions.Permissible permissible, T recipe)voidrefreshRecipes()-
Methods inherited from interface me.keehl.elevators.api.services.IElevatorService
onInitialize, onUninitialize
-
-
-
-
Method Detail
-
refreshRecipes
void refreshRecipes()
-
discoverRecipesForPlayer
void discoverRecipesForPlayer(org.bukkit.entity.Player player)
-
doesPermissibleHavePermissionForRecipe
<T extends org.bukkit.inventory.Recipe & org.bukkit.Keyed> boolean doesPermissibleHavePermissionForRecipe(org.bukkit.permissions.Permissible permissible, T recipe)
-
-