Package | Description |
---|---|
org.bukkit.event.block | |
org.bukkit.event.inventory | |
org.bukkit.inventory |
Classes involved in manipulating player inventories and item interactions.
|
Modifier and Type | Method and Description |
---|---|
CookingRecipe<?> |
BlockCookEvent.getRecipe()
Gets the cooking recipe associated with this event.
|
Constructor and Description |
---|
BlockCookEvent(@NotNull Block block,
@NotNull ItemStack source,
@NotNull ItemStack result,
CookingRecipe<?> recipe) |
Constructor and Description |
---|
FurnaceSmeltEvent(@NotNull Block furnace,
@NotNull ItemStack source,
@NotNull ItemStack result,
CookingRecipe<?> recipe) |
Modifier and Type | Class and Description |
---|---|
class |
CookingRecipe<T extends CookingRecipe>
Represents a cooking recipe.
|
Modifier and Type | Class and Description |
---|---|
class |
BlastingRecipe
Represents a campfire recipe.
|
class |
CampfireRecipe
Represents a campfire recipe.
|
class |
FurnaceRecipe
Represents a furnace recipe.
|
class |
SmokingRecipe
Represents a campfire recipe.
|
Modifier and Type | Method and Description |
---|---|
@NotNull CookingRecipe |
CookingRecipe.setInput(@NotNull Material input)
Sets the input of this cooking recipe.
|
Copyright © 2021. All rights reserved.