Class DisplayErrorsComponent

java.lang.Object
org.cyclops.integrateddynamics.core.client.gui.container.DisplayErrorsComponent

public class DisplayErrorsComponent extends Object
A component for displaying errors.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    drawBackground(net.minecraft.client.gui.GuiGraphics guiGraphics, List<net.minecraft.network.chat.MutableComponent> errors, int errorX, int errorY, int okX, int okY, org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended<?> gui, int guiLeft, int guiTop, boolean okCondition)
     
    void
    drawForeground(com.mojang.blaze3d.vertex.PoseStack matrixStack, List<net.minecraft.network.chat.MutableComponent> errors, int errorX, int errorY, int mouseX, int mouseY, org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended<?> gui, int guiLeft, int guiTop)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DisplayErrorsComponent

      public DisplayErrorsComponent()
  • Method Details

    • drawForeground

      public void drawForeground(com.mojang.blaze3d.vertex.PoseStack matrixStack, @Nullable List<net.minecraft.network.chat.MutableComponent> errors, int errorX, int errorY, int mouseX, int mouseY, org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended<?> gui, int guiLeft, int guiTop)
    • drawBackground

      public void drawBackground(net.minecraft.client.gui.GuiGraphics guiGraphics, @Nullable List<net.minecraft.network.chat.MutableComponent> errors, int errorX, int errorY, int okX, int okY, org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended<?> gui, int guiLeft, int guiTop, boolean okCondition)