| Package | Description |
|---|---|
| org.cloudburstmc.server | |
| org.cloudburstmc.server.event.inventory | |
| org.cloudburstmc.server.inventory |
| Modifier and Type | Method and Description |
|---|---|
void |
Server.addRecipe(Recipe recipe) |
| Modifier and Type | Method and Description |
|---|---|
Recipe |
CraftItemEvent.getRecipe() |
| Constructor and Description |
|---|
CraftItemEvent(Player player,
Item[] input,
Recipe recipe) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CraftingRecipe |
| Modifier and Type | Class and Description |
|---|---|
class |
BrewingRecipe |
class |
ContainerRecipe |
class |
FurnaceRecipe
author: MagicDroidX
Nukkit Project
|
class |
MixRecipe |
class |
ShapedRecipe
author: MagicDroidX
Nukkit Project
|
class |
ShapelessRecipe
author: MagicDroidX
Nukkit Project
|
| Modifier and Type | Field and Description |
|---|---|
Collection<Recipe> |
CraftingManager.recipes |
| Modifier and Type | Method and Description |
|---|---|
Collection<Recipe> |
CraftingManager.getRecipes() |
| Modifier and Type | Method and Description |
|---|---|
void |
CraftingManager.registerRecipe(Recipe recipe) |
Copyright © 2020. All rights reserved.