public class GermGuiInput extends GermGuiPart<GermGuiInput> implements IGuiPartInteractive<GermGuiInput>, IGuiPartResizeable<GermGuiInput>
Modifier and Type | Class and Description |
---|---|
static class |
GermGuiInput.EventType |
GermGuiCallback.CallBackMachine
Constructor and Description |
---|
GermGuiInput(java.lang.String indexName) |
Modifier and Type | Method and Description |
---|---|
GermGuiInput |
clearInput() |
GermGuiInput |
clone() |
java.util.List<java.lang.String> |
getEnterDos() |
java.lang.String |
getEnterScript() |
java.lang.String |
getHeight() |
java.lang.String |
getInput() |
int |
getLimit() |
java.lang.String |
getPreview() |
java.lang.String |
getRegular() |
int |
getType() |
java.lang.String |
getWidth() |
boolean |
isAutoClear() |
boolean |
isAutoWrap() |
boolean |
isBackground() |
boolean |
isFocus() |
boolean |
isInvalid() |
boolean |
isNeteaseCheck() |
boolean |
isPassword() |
boolean |
isPermanentFocus() |
boolean |
isReplaceColor() |
boolean |
isSwallow() |
boolean |
isSync() |
GermGuiInput |
setAutoClear(boolean autoClear) |
GermGuiInput |
setAutoWrap(boolean autoWrap) |
GermGuiInput |
setBackground(boolean background) |
GermGuiInput |
setEnterDos(java.util.List<java.lang.String> enterDos) |
GermGuiInput |
setEnterDos(java.lang.Object obj) |
GermGuiInput |
setEnterScript(java.lang.String enterScript) |
GermGuiInput |
setFocus(boolean focus) |
GermGuiInput |
setH(java.lang.String height) |
GermGuiInput |
setHeight(java.lang.String height) |
GermGuiInput |
setInput(java.lang.String input) |
GermGuiInput |
setInvalid(boolean invalid) |
GermGuiInput |
setLimit(int limit) |
GermGuiInput |
setNeteaseCheck(boolean neteaseCheck) |
void |
setNotSyncInput(java.lang.String input)
Deprecated.
|
GermGuiInput |
setPassword(boolean password) |
GermGuiInput |
setPermanentFocus(boolean permanentFocus) |
GermGuiInput |
setPreview(java.lang.String preview) |
GermGuiInput |
setRegular(java.lang.String regular) |
GermGuiInput |
setReplaceColor(boolean replaceColor) |
GermGuiInput |
setSwallow(boolean swallow) |
GermGuiInput |
setSync(boolean sync) |
GermGuiInput |
setW(java.lang.String width) |
GermGuiInput |
setWidth(java.lang.String width) |
copyFrom, copyTo, getEnable, getGermGuiPart, getGermGuiPart, getGermGuiPart, getGermGuiPart, getGermGuiScreen, getInitDos, getInitScript, getLocationX, getLocationY, getLocationZ, getParentPart, getPlayer, getRealName, getSimpleMap, getTickDos, getTickScript, getTooltip, getTooltip2, isAsync, isEnable, isOpened, isViewportCulling, loadSrc, loadSrc, refreshField, refreshList, setAsync, setEnable, setEnable, setGermGuiScreen, setIndexName, setInitDos, setInitDos, setInitScript, setLocationX, setLocationX, setLocationX, setLocationY, setLocationY, setLocationY, setLocationZ, setLocationZ, setLocationZ, setParentPart, setTickDos, setTickDos, setTickScript, setTooltip, setTooltip2, setViewportCulling, setX, setY, setZ
clearCallbackHandler, getCallbackHandler, getHandler, getPlayerHandler, onCallback, registerCallbackHandler, registerHandler, registerPlayerHandler, removeCallbackHandler, removeHandler, removeHandler, removePlayerHandler, removePlayerHandler
canEqual, copyFrom, copyTo, equals, getIndexName, getSrc, hashCode, toString
public int getType()
public final java.lang.String getEnterScript()
public final GermGuiInput setEnterScript(java.lang.String enterScript)
public final boolean isPassword()
public final GermGuiInput setPassword(boolean password)
public final boolean isNeteaseCheck()
public final GermGuiInput setNeteaseCheck(boolean neteaseCheck)
public final boolean isSwallow()
public final GermGuiInput setSwallow(boolean swallow)
public boolean isAutoWrap()
public GermGuiInput setAutoWrap(boolean autoWrap)
public boolean isAutoClear()
public GermGuiInput setAutoClear(boolean autoClear)
public boolean isReplaceColor()
public GermGuiInput setReplaceColor(boolean replaceColor)
public boolean isBackground()
public GermGuiInput setBackground(boolean background)
public boolean isFocus()
public GermGuiInput setFocus(boolean focus)
public boolean isPermanentFocus()
public GermGuiInput setPermanentFocus(boolean permanentFocus)
public java.lang.String getRegular()
public GermGuiInput setRegular(java.lang.String regular)
public java.util.List<java.lang.String> getEnterDos()
public GermGuiInput setEnterDos(java.lang.Object obj)
public GermGuiInput setEnterDos(java.util.List<java.lang.String> enterDos)
public java.lang.String getWidth()
getWidth
in interface IGuiPartResizeable<GermGuiInput>
public GermGuiInput setWidth(java.lang.String width)
setWidth
in interface IGuiPartResizeable<GermGuiInput>
public java.lang.String getHeight()
getHeight
in interface IGuiPartResizeable<GermGuiInput>
public GermGuiInput setW(java.lang.String width)
setW
in interface IGuiPartResizeable<GermGuiInput>
public GermGuiInput setH(java.lang.String height)
setH
in interface IGuiPartResizeable<GermGuiInput>
public GermGuiInput setHeight(java.lang.String height)
setHeight
in interface IGuiPartResizeable<GermGuiInput>
public java.lang.String getInput()
public java.lang.String getPreview()
public GermGuiInput setPreview(java.lang.String preview)
public int getLimit()
public GermGuiInput setLimit(int limit)
public boolean isSync()
public GermGuiInput setSync(boolean sync)
public boolean isInvalid()
isInvalid
in interface IGuiPartInteractive<GermGuiInput>
public GermGuiInput setInvalid(boolean invalid)
setInvalid
in interface IGuiPartInteractive<GermGuiInput>
public GermGuiInput setInput(java.lang.String input)
public GermGuiInput clearInput()
public GermGuiInput clone()
clone
in class GermGuiPart<GermGuiInput>
@Deprecated public void setNotSyncInput(java.lang.String input)