Package dev.latvian.mods.kubejs.client
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
listFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS -
Constructor Summary
ConstructorsConstructorDescriptionEntry(KubeJSErrorScreen.ErrorList errorList, net.minecraft.client.Minecraft minecraft, int index, ConsoleLine line, Calendar calendar) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.network.chat.ComponentbooleanmouseClicked(double d, double e, int i) voidopen()voidrender(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
updateNarrationMethods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
isFocused, isMouseOver, renderBack, setFocusedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
charTyped, getCurrentFocusPath, getRectangle, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPathMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Constructor Details
-
Entry
public Entry(KubeJSErrorScreen.ErrorList errorList, net.minecraft.client.Minecraft minecraft, int index, ConsoleLine line, Calendar calendar)
-
-
Method Details
-
getNarration
public net.minecraft.network.chat.Component getNarration()- Specified by:
getNarrationin classnet.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:
renderin classnet.minecraft.client.gui.components.AbstractSelectionList.Entry<KubeJSErrorScreen.Entry>
-
mouseClicked
public boolean mouseClicked(double d, double e, int i) - Specified by:
mouseClickedin interfacenet.minecraft.client.gui.components.events.GuiEventListener- Overrides:
mouseClickedin classnet.minecraft.client.gui.components.ObjectSelectionList.Entry<KubeJSErrorScreen.Entry>
-
open
public void open()
-