Module: Bukkit::Server::Recipes
- Included in:
- Bukkit::Server
- Defined in:
- lib/bukkit/server/recipes.rb
Instance Method Summary collapse
- #add_recipe(recipe) ⇒ Object (also: #addRecipe)
- #clear_recipes ⇒ Object (also: #clearRecipes)
- #recipes_for(result) ⇒ Object (also: #getRecipesFor)
- #reset_recipes ⇒ Object (also: #resetRecipes)
Instance Method Details
#add_recipe(recipe) ⇒ Object Also known as: addRecipe
7 |
# File 'lib/bukkit/server/recipes.rb', line 7 def add_recipe(recipe); end |
#clear_recipes ⇒ Object Also known as: clearRecipes
13 |
# File 'lib/bukkit/server/recipes.rb', line 13 def clear_recipes; end |
#recipes_for(result) ⇒ Object Also known as: getRecipesFor
10 |
# File 'lib/bukkit/server/recipes.rb', line 10 def recipes_for(result); end |
#reset_recipes ⇒ Object Also known as: resetRecipes
16 |
# File 'lib/bukkit/server/recipes.rb', line 16 def reset_recipes; end |