MCPcopy Create free account
hub / github.com/atas76/openengine / toString

Method toString

src/main/java/org/openengine/vanilla/Action.java:25–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 @Override
26 public String toString() {
27 return "Action{" +
28 "actor=" + actor.getName() +
29 ", target=" + (target != null ? target.getName() : "none") +
30 ", type=" + type +
31 '}';
32 }
33}

Callers

nothing calls this directly

Calls 1

getNameMethod · 0.65

Tested by

no test coverage detected