public class GuiCraftingRecipe extends GuiRecipe
| Modifier and Type | Field and Description |
|---|---|
static java.util.ArrayList<ICraftingHandler> |
craftinghandlers |
java.util.ArrayList<ICraftingHandler> |
currenthandlers |
firstGui, nextpage, overlay1, overlay2, page, prevGui, prevpage, recipetype, slotcontainer| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<? extends IRecipeHandler> |
getCurrentRecipeHandlers() |
static boolean |
openRecipeGui(java.lang.String outputId,
java.lang.Object... results) |
static void |
registerRecipeHandler(ICraftingHandler handler) |
actionPerformed, drawGuiContainerBackgroundLayer, drawGuiContainerForegroundLayer, getFirstScreen, getRecipePosition, handleItemDisplayName, handleItemTooltip, handleTooltip, initGui, isMouseOver, keyTyped, mouseClicked, mouseScrolled, refreshPage, updateScreencheckHotbarKeys, doesGuiPauseGame, drawScreen, func_146978_c, getSlotAtPosition, handleKeyboardInput, handleMouseClick, handleMouseInput, managerHandleMouseClick, mouseClickMove, mouseMovedOrUp, onGuiClosed, setWorldAndResolutionpublic java.util.ArrayList<ICraftingHandler> currenthandlers
public static java.util.ArrayList<ICraftingHandler> craftinghandlers
public static boolean openRecipeGui(java.lang.String outputId,
java.lang.Object... results)
public static void registerRecipeHandler(ICraftingHandler handler)
public java.util.ArrayList<? extends IRecipeHandler> getCurrentRecipeHandlers()
getCurrentRecipeHandlers in class GuiRecipe