Class ClientTextResearchIcon

java.lang.Object
com.portingdeadmods.researchd.client.impl.icons.ClientTextResearchIcon
All Implemented Interfaces:
ClientResearchIcon<TextResearchIcon>

public class ClientTextResearchIcon extends Object implements ClientResearchIcon<TextResearchIcon>
  • Constructor Details

  • Method Details

    • render

      public void render(net.minecraft.client.gui.GuiGraphics guiGraphics, int panelLeft, int panelTop, int mouseX, int mouseY, float scale, float partialTicks)
      Description copied from interface: ClientResearchIcon
      Render the icon
      Specified by:
      render in interface ClientResearchIcon<TextResearchIcon>
      Parameters:
      panelLeft - Left start position of the current panel the icon is rendered on
      panelTop - Top start position of the current panel the icon is rendered on
    • render

      public void render(net.minecraft.client.gui.GuiGraphics guiGraphics, int panelLeft, int panelTop, int mouseX, int mouseY, float scale, int width, int height, float partialTicks)
      Specified by:
      render in interface ClientResearchIcon<TextResearchIcon>
    • icon

      public TextResearchIcon icon()
      Specified by:
      icon in interface ClientResearchIcon<TextResearchIcon>
      Returns:
      The original Research Icon