public interface IGuiIngredientGroup<T>
and IGuiFluidStackGroup| Modifier and Type | Method and Description |
|---|---|
void |
addTooltipCallback(ITooltipCallback<T> tooltipCallback)
Add a callback to alter the tooltip for these ingredients.
|
java.util.Map<java.lang.Integer,? extends IGuiIngredient<T>> |
getGuiIngredients()
Get the ingredients after they have been set.
|
void |
set(int slotIndex,
java.util.Collection<T> ingredients)
Set the ingredient at slotIndex to a rotating collection of ingredients.
|
void |
set(int slotIndex,
T ingredient)
Set the ingredient at slotIndex to a specific ingredient.
|
void set(int slotIndex,
@Nonnull
java.util.Collection<T> ingredients)
void set(int slotIndex,
@Nonnull
T ingredient)
void addTooltipCallback(@Nonnull
ITooltipCallback<T> tooltipCallback)
java.util.Map<java.lang.Integer,? extends IGuiIngredient<T>> getGuiIngredients()