Class ConfigScreenList.Entry

java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<E>
net.minecraft.client.gui.components.ObjectSelectionList.Entry<ConfigScreenList.Entry>
com.simibubi.create.foundation.config.ui.ConfigScreenList.Entry
All Implemented Interfaces:
TickableGuiEventListener, net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.narration.NarrationSupplier
Direct Known Subclasses:
ConfigScreenList.LabeledEntry
Enclosing class:
ConfigScreenList

public abstract static class ConfigScreenList.Entry extends net.minecraft.client.gui.components.ObjectSelectionList.Entry<ConfigScreenList.Entry> implements TickableGuiEventListener
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected Map<String,String>
     
    protected List<net.minecraft.client.gui.components.events.GuiEventListener>
     
    protected String
     

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

    list
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    charTyped(char ch, int code)
     
    List<net.minecraft.client.gui.components.events.GuiEventListener>
     
    protected boolean
     
    boolean
    keyPressed(int code, int keyPressed_2_, int keyPressed_3_)
     
    boolean
    mouseClicked(double x, double y, int button)
     
    protected void
    setEditable(boolean b)
     
    void
     

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

    changeFocus, getNarration, updateNarration

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

    isMouseOver, render

    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

    changeFocus, isMouseOver, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
  • Field Details

    • listeners

      protected List<net.minecraft.client.gui.components.events.GuiEventListener> listeners
    • annotations

      protected Map<String,String> annotations
    • path

      protected String path
  • Constructor Details

    • Entry

      protected Entry()
  • Method Details

    • mouseClicked

      public boolean mouseClicked(double x, double y, int button)
      Specified by:
      mouseClicked in interface net.minecraft.client.gui.components.events.GuiEventListener
    • keyPressed

      public boolean keyPressed(int code, int keyPressed_2_, int keyPressed_3_)
      Specified by:
      keyPressed in interface net.minecraft.client.gui.components.events.GuiEventListener
    • charTyped

      public boolean charTyped(char ch, int code)
      Specified by:
      charTyped in interface net.minecraft.client.gui.components.events.GuiEventListener
    • tick

      public void tick()
      Specified by:
      tick in interface TickableGuiEventListener
    • getGuiListeners

      public List<net.minecraft.client.gui.components.events.GuiEventListener> getGuiListeners()
    • setEditable

      protected void setEditable(boolean b)
    • isCurrentValueChanged

      protected boolean isCurrentValueChanged()