public static interface IGhostIngredientHandler.Target<I>
extends java.util.function.Consumer<I>
Modifier and Type | Method and Description |
---|---|
void |
accept(I ingredient)
Called with the ingredient when it is dropped on the target.
|
net.minecraft.client.renderer.Rectangle2d |
getArea() |