public class InvisibilityWaitCommandData extends WaitCommandData
| Modifier and Type | Field and Description |
|---|---|
protected Selector |
selector |
protected String |
text |
secondshasCommandList, typeid| Constructor and Description |
|---|
InvisibilityWaitCommandData(Integer seconds) |
InvisibilityWaitCommandData(Integer seconds,
CommandType waitType) |
InvisibilityWaitCommandData(Integer seconds,
CommandType waitType,
UUID id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Selector |
getSelector() |
String |
getText() |
int |
hashCode() |
void |
setSelector(Selector selector) |
void |
setSelector(String selector,
SelectorType selectorType) |
void |
setText(String text) |
String |
toString() |
getSeconds, setSecondsgetType, hasCommandList, setTypegetId, setIdpublic InvisibilityWaitCommandData(Integer seconds)
public InvisibilityWaitCommandData(Integer seconds, CommandType waitType)
public InvisibilityWaitCommandData(Integer seconds, CommandType waitType, UUID id)
public void setSelector(String selector, SelectorType selectorType)
public String toString()
toString in class WaitCommandDatapublic int hashCode()
hashCode in class WaitCommandDatapublic boolean equals(Object obj)
equals in class WaitCommandDatapublic Selector getSelector()
public void setSelector(Selector selector)
public String getText()
public void setText(String text)
Copyright © 2017. All rights reserved.