T - recipe typepublic abstract class RecipeEvent<T extends Recipe> extends CancelableEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
RecipeEvent.Add<T extends Recipe>
A recipe added event is fired when a recipe of the right type has been added
to the RecipeManager.
|
static class |
RecipeEvent.Remove<T extends Recipe>
A recipe removed event is fired when a recipe of the right type has been
removed from the RecipeManager.
|
Event.Result| Constructor and Description |
|---|
RecipeEvent(T recipe) |
cancel, isCanceled