Class ConfigSearch.ConfigSearchWidgetField
java.lang.Object
net.minecraft.src.Gui
emi.shims.java.net.minecraft.client.gui.widget.ClickableWidget
emi.shims.java.net.minecraft.client.gui.widget.TextFieldWidget
emi.dev.emi.emi.screen.widget.config.ConfigSearch.ConfigSearchWidgetField
- Enclosing class:
- ConfigSearch
-
Nested Class Summary
Nested classes/interfaces inherited from class emi.shims.java.net.minecraft.client.gui.widget.ClickableWidget
ClickableWidget.SelectionType -
Field Summary
Fields inherited from class emi.shims.java.net.minecraft.client.gui.widget.TextFieldWidget
DEFAULT_EDITABLE_COLORFields inherited from class emi.shims.java.net.minecraft.client.gui.widget.ClickableWidget
ACCESSIBILITY_TEXTURE, active, alpha, height, hovered, visible, WIDGETS_TEXTURE, width, x, yFields inherited from class net.minecraft.src.Gui
icons, optionsBackground, statIcons, zLevel -
Constructor Summary
ConstructorsConstructorDescriptionConfigSearchWidgetField(FontRenderer fontRenderer, int x, int y, int width, int height, Text text) -
Method Summary
Methods inherited from class emi.shims.java.net.minecraft.client.gui.widget.TextFieldWidget
charTyped, eraseCharacters, eraseWords, getCharacterX, getCursor, getInnerWidth, getSelectedText, getText, getWordSkipPosition, isActive, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isVisible, keyPressed, moveCursor, moveCursor, renderButton, setChangedListener, setCursor, setCursorToEnd, setCursorToStart, setDrawsBackground, setEditable, setEditableColor, setFocused, setFocusUnlocked, setMaxLength, setPlaceholder, setRenderTextProvider, setSelectionEnd, setSelectionStart, setSuggestion, setText, setTextPredicate, setUneditableColor, setVisible, tick, writeMethods inherited from class emi.shims.java.net.minecraft.client.gui.widget.ClickableWidget
clicked, drawTexture, forEachChild, getHeight, getMessage, getTooltipPositioner, getType, getWidth, getX, getY, isFocused, isHovered, isNarratable, isSelected, isValidClickButton, mouseDragged, mouseReleased, onClick, onDrag, onRelease, playDownSound, render, setAlpha, setMessage, setTooltip, setTooltipDelay, setWidth, setX, setYMethods inherited from class net.minecraft.src.Gui
drawCenteredString, drawGradientRect, drawHorizontalLine, drawRect, drawString, drawTexturedModalRect, drawTexturedModelRectFromIcon, drawVerticalLineMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface emi.shims.java.net.minecraft.client.gui.Element
keyReleased, mouseMoved, mouseScrolled
-
Constructor Details
-
ConfigSearchWidgetField
public ConfigSearchWidgetField(FontRenderer fontRenderer, int x, int y, int width, int height, Text text)
-
-
Method Details
-
mouseClicked
public boolean mouseClicked(double mouseX, double mouseY, int button) - Specified by:
mouseClickedin interfaceElement- Overrides:
mouseClickedin classTextFieldWidget
-