Package | Description |
---|---|
com.destroystokyo.paper.inventory | |
org.bukkit.inventory |
Classes involved in manipulating player inventories and item interactions.
|
Modifier and Type | Class and Description |
---|---|
class |
ItemStackRecipeChoice
Deprecated.
Draft API
|
Modifier and Type | Method and Description |
---|---|
RecipeChoice |
ItemStackRecipeChoice.clone()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
static class |
RecipeChoice.ExactChoice
Represents a choice that will be valid only one of the stacks is exactly
matched (aside from stack size).
|
static class |
RecipeChoice.MaterialChoice
Represents a choice of multiple matching Materials.
|
Modifier and Type | Method and Description |
---|---|
@NotNull RecipeChoice |
RecipeChoice.clone() |
@NotNull RecipeChoice |
SmithingRecipe.getAddition()
Get the addition recipe item.
|
@NotNull RecipeChoice |
SmithingRecipe.getBase()
Get the base recipe item.
|
@NotNull RecipeChoice |
StonecuttingRecipe.getInputChoice()
Get the input choice.
|
@NotNull RecipeChoice |
CookingRecipe.getInputChoice()
Get the input choice.
|
Modifier and Type | Method and Description |
---|---|
@NotNull ShapelessRecipe |
ShapelessRecipe.addIngredient(@NotNull RecipeChoice ingredient) |
@NotNull ShapelessRecipe |
ShapelessRecipe.removeIngredient(@NotNull RecipeChoice ingredient)
Removes an ingredient from the list.
|
@NotNull ShapedRecipe |
ShapedRecipe.setIngredient(char key,
@NotNull RecipeChoice ingredient) |
@NotNull FurnaceRecipe |
FurnaceRecipe.setInputChoice(@NotNull RecipeChoice input) |
@NotNull StonecuttingRecipe |
StonecuttingRecipe.setInputChoice(@NotNull RecipeChoice input)
Sets the input of this cooking recipe.
|
T |
CookingRecipe.setInputChoice(@NotNull RecipeChoice input)
Sets the input of this cooking recipe.
|
Constructor and Description |
---|
BlastingRecipe(@NotNull NamespacedKey key,
@NotNull ItemStack result,
@NotNull RecipeChoice input,
float experience,
int cookingTime) |
CampfireRecipe(@NotNull NamespacedKey key,
@NotNull ItemStack result,
@NotNull RecipeChoice input,
float experience,
int cookingTime) |
CookingRecipe(@NotNull NamespacedKey key,
@NotNull ItemStack result,
@NotNull RecipeChoice input,
float experience,
int cookingTime)
Create a cooking recipe to craft the specified ItemStack.
|
FurnaceRecipe(@NotNull NamespacedKey key,
@NotNull ItemStack result,
@NotNull RecipeChoice input,
float experience,
int cookingTime)
Create a furnace recipe to craft the specified ItemStack.
|
SmithingRecipe(@NotNull NamespacedKey key,
@NotNull ItemStack result,
@NotNull RecipeChoice base,
@NotNull RecipeChoice addition)
Create a smithing recipe to produce the specified result ItemStack.
|
SmithingRecipe(@NotNull NamespacedKey key,
@NotNull ItemStack result,
@NotNull RecipeChoice base,
@NotNull RecipeChoice addition)
Create a smithing recipe to produce the specified result ItemStack.
|
SmokingRecipe(@NotNull NamespacedKey key,
@NotNull ItemStack result,
@NotNull RecipeChoice input,
float experience,
int cookingTime) |
StonecuttingRecipe(@NotNull NamespacedKey key,
@NotNull ItemStack result,
@NotNull RecipeChoice input)
Create a cooking recipe to craft the specified ItemStack.
|
Copyright © 2021. All rights reserved.