Class SupporterList.Entry

java.lang.Object
net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<SupporterList.Entry>
com.stereowalker.unionlib.client.gui.screens.DefaultList.DefaultEntry<SupporterList.Entry>
com.stereowalker.unionlib.client.gui.screens.supporter.SupporterList.Entry
All Implemented Interfaces:
net.minecraft.client.gui.components.events.ContainerEventHandler, net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.components.TabOrderedElement
Direct Known Subclasses:
SupporterList.CategoryEntry
Enclosing class:
SupporterList

public abstract static class SupporterList.Entry extends DefaultList.DefaultEntry<SupporterList.Entry>
  • Field Summary

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

    DOUBLE_CLICK_THRESHOLD_MS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    focusPathAtIndex, getFocused, isDragging, narratables, nextFocusPath, setDragging, 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.ContainerEventHandler

    children, getChildAt, getCurrentFocusPath, isFocused, keyReleased, mouseScrolled, setFocused

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

    getRectangle, isMouseOver, mouseMoved

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

    getTabOrderGroup
  • Constructor Details

    • Entry

      public Entry()