project: RuneLiteMenuEntry overritde toString
This commit is contained in:
@@ -341,4 +341,11 @@ public class RuneLiteMenuEntry implements MenuEntry
|
||||
|
||||
return hash;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString()
|
||||
{
|
||||
return "MenuEntryImpl(getOption=" + this.getOption() + ", getTarget=" + this.getTarget() + ", getIdentifier=" + this.getIdentifier() + ", getType=" + this.getType() + ", getParam0=" + this.getParam0() + ", getParam1=" + this.getParam1() + ", isForceLeftClick=" + this.isForceLeftClick() + ", isDeprioritized=" + this.isDeprioritized() + ")";
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user