@ToFriendlyString public class GuiItemRef extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.awt.Component |
lastFound |
abbot.finder.Matcher |
matcher |
GuiRelative |
relationship |
GuiItemRef |
relative |
Constructor and Description |
---|
GuiItemRef(abbot.finder.Matcher matcher) |
Modifier and Type | Method and Description |
---|---|
GuiItemRef |
clearFound(boolean clearRelatives) |
java.lang.String |
relativeToString(boolean includeFullRelativeDescription) |
java.lang.String |
toString() |
java.lang.String |
toString(boolean includeFullRelativeDescription) |
public java.awt.Component lastFound
public final abbot.finder.Matcher matcher
public GuiRelative relationship
public GuiItemRef relative
public GuiItemRef clearFound(boolean clearRelatives)
public java.lang.String relativeToString(boolean includeFullRelativeDescription)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(boolean includeFullRelativeDescription)