| Package | Description |
|---|---|
| net.tridentsdk.inventory.crafting |
Allows plugins to create new crafting recipes
|
| net.tridentsdk.server.crafting |
Server crafting registry
|
| Modifier and Type | Method and Description |
|---|---|
default void |
RecipeManager.addShapedRecipe(Item result,
char[][] grid,
CraftTuple source)
Adds a shaped recipe using a single source
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecipeManager.addShapedRecipe(Item result,
char[][] grid,
List<CraftTuple> source)
Adds a recipe with a specified shape
|
| Modifier and Type | Method and Description |
|---|---|
void |
TridentRecipeManager.addShapedRecipe(Item result,
char[][] grid,
List<CraftTuple> source) |
Copyright © 2016. All rights reserved.