public class RecipeTransferButton extends GuiIconButtonSmall
| Constructor and Description |
|---|
RecipeTransferButton(int id,
int xPos,
int yPos,
int width,
int height,
mezz.jei.api.gui.IDrawable icon,
RecipeLayout recipeLayout) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawToolTip(net.minecraft.client.Minecraft mc,
int mouseX,
int mouseY) |
void |
init(net.minecraft.inventory.Container container,
net.minecraft.entity.player.EntityPlayer player) |
drawButtondrawButtonForegroundLayer, getButtonWidth, getHoverState, isMouseOver, mouseDragged, mousePressed, mouseReleased, playPressSound, setWidthpublic RecipeTransferButton(int id,
int xPos,
int yPos,
int width,
int height,
mezz.jei.api.gui.IDrawable icon,
RecipeLayout recipeLayout)