Class KubeJSErrorScreen.Entry

java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<KubeJSErrorScreen.Entry>
net.minecraft.client.gui.components.ObjectSelectionList.Entry<KubeJSErrorScreen.Entry>
dev.latvian.mods.kubejs.client.KubeJSErrorScreen.Entry
All Implemented Interfaces:
net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.components.TabOrderedElement, net.minecraft.client.gui.narration.NarrationSupplier
Enclosing class:
KubeJSErrorScreen

public static class KubeJSErrorScreen.Entry extends net.minecraft.client.gui.components.ObjectSelectionList.Entry<KubeJSErrorScreen.Entry>
  • Field Summary

    Fields inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry

    list

    Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener

    DOUBLE_CLICK_THRESHOLD_MS
  • Constructor Summary

    Constructors
    Constructor
    Description
    Entry(KubeJSErrorScreen.ErrorList errorList, net.minecraft.client.Minecraft minecraft, int index, ConsoleLine line, Calendar calendar)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.network.chat.Component
     
    boolean
    mouseClicked(double d, double e, int i)
     
    void
     
    void
    render(net.minecraft.client.gui.GuiGraphics g, int idx, int y, int x, int w, int h, int mx, int my, boolean hovered, float delta)
     

    Methods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.Entry

    updateNarration

    Methods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry

    isFocused, isMouseOver, renderBack, setFocused

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener

    charTyped, getCurrentFocusPath, getRectangle, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPath

    Methods inherited from interface net.minecraft.client.gui.components.TabOrderedElement

    getTabOrderGroup
  • Constructor Details

  • Method Details

    • getNarration

      public net.minecraft.network.chat.Component getNarration()
      Specified by:
      getNarration in class net.minecraft.client.gui.components.ObjectSelectionList.Entry<KubeJSErrorScreen.Entry>
    • render

      public void render(net.minecraft.client.gui.GuiGraphics g, int idx, int y, int x, int w, int h, int mx, int my, boolean hovered, float delta)
      Specified by:
      render in class net.minecraft.client.gui.components.AbstractSelectionList.Entry<KubeJSErrorScreen.Entry>
    • mouseClicked

      public boolean mouseClicked(double d, double e, int i)
      Specified by:
      mouseClicked in interface net.minecraft.client.gui.components.events.GuiEventListener
      Overrides:
      mouseClicked in class net.minecraft.client.gui.components.ObjectSelectionList.Entry<KubeJSErrorScreen.Entry>
    • open

      public void open()