public abstract static class ConfigScreenList.Entry extends net.minecraft.client.gui.widget.list.ExtendedList.AbstractListEntry<ConfigScreenList.Entry>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
annotations |
protected java.util.List<net.minecraft.client.gui.IGuiEventListener> |
listeners |
protected java.lang.String |
path |
| Modifier | Constructor and Description |
|---|---|
protected |
Entry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
charTyped(char ch,
int code) |
java.util.List<net.minecraft.client.gui.IGuiEventListener> |
getGuiListeners() |
protected boolean |
isCurrentValueChanged() |
boolean |
keyPressed(int code,
int keyPressed_2_,
int keyPressed_3_) |
boolean |
mouseClicked(double x,
double y,
int button) |
protected void |
setEditable(boolean b) |
void |
tick() |
changeFocusisMouseOver, renderprotected java.util.List<net.minecraft.client.gui.IGuiEventListener> listeners
protected java.util.Map<java.lang.String,java.lang.String> annotations
protected java.lang.String path
public boolean mouseClicked(double x,
double y,
int button)
public boolean keyPressed(int code,
int keyPressed_2_,
int keyPressed_3_)
public boolean charTyped(char ch,
int code)
public void tick()
public java.util.List<net.minecraft.client.gui.IGuiEventListener> getGuiListeners()
protected void setEditable(boolean b)
protected boolean isCurrentValueChanged()