Class ListList.AddEntry
java.lang.Object
net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<ListList.Entry>
com.stereowalker.unionlib.client.gui.screens.DefaultList.DefaultEntry<ListList.Entry>
com.stereowalker.unionlib.client.gui.screens.config.lists.ListList.Entry
com.stereowalker.unionlib.client.gui.screens.config.lists.ListList.AddEntry
- All Implemented Interfaces:
net.minecraft.client.gui.components.events.ContainerEventHandler, net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.components.TabOrderedElement, net.minecraft.client.gui.layouts.LayoutElement
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final net.minecraft.client.gui.components.ButtonThe mod -
Method Summary
Modifier and TypeMethodDescriptionList<? extends net.minecraft.client.gui.components.events.GuiEventListener> children()voiddraw(GuiRenderer guiRenderer, int mouseX, int mouseY, boolean hovered) booleanbooleanList<? extends net.minecraft.client.gui.narration.NarratableEntry> Methods inherited from class DefaultList.DefaultEntry
charTyped, charTyped, entryX, entryY, extractContent, height, keyPressed, keyPressed, mouseClicked, mouseDragged, mouseDragged, mouseReleased, widthMethods inherited from class net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry
focusPathAtIndex, getFocused, isDragging, nextFocusPath, setDragging, setFocusedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.ContainerEventHandler
getBorderForArrowNavigation, getChildAt, getCurrentFocusPath, isFocused, keyReleased, mouseScrolled, preeditUpdated, setFocusedMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
getRectangle, isMouseOver, mouseMoved, shouldTakeFocusAfterInteractionMethods inherited from interface net.minecraft.client.gui.layouts.LayoutElement
setPositionMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Field Details
-
addButton
protected final net.minecraft.client.gui.components.Button addButtonThe mod
-
-
Method Details
-
draw
- Overrides:
drawin classDefaultList.DefaultEntry<ListList.Entry>
-
children
-
narratables
- Specified by:
narratablesin classnet.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<ListList.Entry>
-
mouseClicked
- Overrides:
mouseClickedin classDefaultList.DefaultEntry<ListList.Entry>
-
mouseReleased
- Overrides:
mouseReleasedin classDefaultList.DefaultEntry<ListList.Entry>
-