public abstract class BaseIngredientHook<T> extends Object
| Constructor and Description |
|---|
BaseIngredientHook(String ingredientName,
Class<T> dataClass) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
bake(T ingredient,
Cake cake) |
Class<T> |
getDataClass() |
String |
getIngredientName() |
Copyright © 2018. All rights reserved.