public class GoVoteIngredientRenderer extends java.lang.Object implements mezz.jei.api.ingredients.IIngredientRenderer<GoVoteIngredient>
| Constructor and Description |
|---|
GoVoteIngredientRenderer() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<net.minecraft.util.text.ITextComponent> |
getTooltip(GoVoteIngredient ingredient,
net.minecraft.client.util.ITooltipFlag tooltipFlag) |
void |
render(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int xPosition,
int yPosition,
GoVoteIngredient ingredient) |
public void render(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int xPosition,
int yPosition,
@Nullable
GoVoteIngredient ingredient)
render in interface mezz.jei.api.ingredients.IIngredientRenderer<GoVoteIngredient>public java.util.List<net.minecraft.util.text.ITextComponent> getTooltip(GoVoteIngredient ingredient, net.minecraft.client.util.ITooltipFlag tooltipFlag)
getTooltip in interface mezz.jei.api.ingredients.IIngredientRenderer<GoVoteIngredient>