Class OperatorLPElementRenderPattern
java.lang.Object
org.cyclops.integrateddynamics.core.client.gui.subgui.SubGuiBox
org.cyclops.integrateddynamics.core.logicprogrammer.client.RenderPattern<OperatorLPElement,ContainerScreenLogicProgrammerBase,ContainerLogicProgrammerBase>
org.cyclops.integrateddynamics.core.logicprogrammer.client.OperatorLPElementRenderPattern
- All Implemented Interfaces:
ISubGui
,ISubGuiBox
,IRenderPatternValueTypeTooltip
public class OperatorLPElementRenderPattern
extends RenderPattern<OperatorLPElement,ContainerScreenLogicProgrammerBase,ContainerLogicProgrammerBase>
implements IRenderPatternValueTypeTooltip
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cyclops.integrateddynamics.core.client.gui.subgui.SubGuiBox
SubGuiBox.Base, SubGuiBox.Box
Nested classes/interfaces inherited from interface org.cyclops.integrateddynamics.api.client.gui.subgui.ISubGui
ISubGui.SubGuiComparator
-
Field Summary
Fields inherited from class org.cyclops.integrateddynamics.core.logicprogrammer.client.RenderPattern
container, element, gui, texture
Fields inherited from class org.cyclops.integrateddynamics.core.client.gui.subgui.SubGuiBox
buttonList, subGuiHolder, TEXTURE
-
Constructor Summary
ConstructorsConstructorDescriptionOperatorLPElementRenderPattern
(OperatorLPElement element, int baseX, int baseY, int maxWidth, int maxHeight, ContainerScreenLogicProgrammerBase gui, ContainerLogicProgrammerBase container) -
Method Summary
Modifier and TypeMethodDescriptionvoid
drawGuiContainerForegroundLayer
(net.minecraft.client.gui.GuiGraphics guiGraphics, int guiLeft, int guiTop, net.minecraft.client.renderer.texture.TextureManager textureManager, net.minecraft.client.gui.Font fontRenderer, int mouseX, int mouseY) boolean
void
setRenderTooltip
(boolean renderTooltip) Methods inherited from class org.cyclops.integrateddynamics.core.logicprogrammer.client.RenderPattern
drawRenderPattern, drawSlot, getContainer, getHeight, getWidth, getX, getY, init, renderBg, sendValueToServer, tick
Methods inherited from class org.cyclops.integrateddynamics.core.client.gui.subgui.SubGuiBox
actionPerformed, charTyped, drawScreen, isDrawBackground, keyPressed, mouseClicked
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.cyclops.integrateddynamics.core.logicprogrammer.IRenderPatternValueTypeTooltip
drawTooltipForeground, getValueTypeTooltip
Methods inherited from interface org.cyclops.integrateddynamics.api.client.gui.subgui.ISubGui
charTyped, keyPressed, mouseClicked
-
Constructor Details
-
OperatorLPElementRenderPattern
public OperatorLPElementRenderPattern(OperatorLPElement element, int baseX, int baseY, int maxWidth, int maxHeight, ContainerScreenLogicProgrammerBase gui, ContainerLogicProgrammerBase container)
-
-
Method Details
-
drawGuiContainerForegroundLayer
public void drawGuiContainerForegroundLayer(net.minecraft.client.gui.GuiGraphics guiGraphics, int guiLeft, int guiTop, net.minecraft.client.renderer.texture.TextureManager textureManager, net.minecraft.client.gui.Font fontRenderer, int mouseX, int mouseY) - Specified by:
drawGuiContainerForegroundLayer
in interfaceISubGui
- Overrides:
drawGuiContainerForegroundLayer
in classSubGuiBox
-
isRenderTooltip
public boolean isRenderTooltip()- Specified by:
isRenderTooltip
in interfaceIRenderPatternValueTypeTooltip
-
setRenderTooltip
public void setRenderTooltip(boolean renderTooltip) - Specified by:
setRenderTooltip
in interfaceIRenderPatternValueTypeTooltip
-