| Package | Description |
|---|---|
| org.cloudburstmc.api.event.inventory | |
| org.cloudburstmc.api.registry |
| Modifier and Type | Method and Description |
|---|---|
Recipe |
CraftItemEvent.getRecipe() |
| Constructor and Description |
|---|
CraftItemEvent(Player player,
ItemStack[] input,
Recipe recipe) |
CraftItemEvent(Player source,
List<ItemStack> input,
Recipe recipe) |
| Modifier and Type | Method and Description |
|---|---|
Recipe |
RecipeRegistry.getRecipe(Identifier identifier) |
Recipe |
RecipeRegistry.matchRecipe(ItemStack[][] inputMap,
ItemStack output,
ItemStack[][] extraOutputMap,
Identifier craftingBlock) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Recipe> |
RecipeRegistry.getRecipes() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecipeRegistry.register(Recipe recipe) |
void |
RecipeRegistry.unregister(Recipe recipe)
Used to remove a
Recipe from the Registry. |
Copyright © 2021. All rights reserved.