MCPcopy Create free account
hub / github.com/Var3D/var3dframe / setActor

Method setActor

core/src/core/java/var3d/net/center/UI.java:27–30  ·  view source on GitHub ↗
(T t)

Source from the content-addressed store, hash-verified

25 }
26
27 public UI<T> setActor(T t) {
28 this.t = t;
29 return this;
30 }
31
32 public T getActor() {
33 game.var3dListener.getLineNumber(t);

Callers 1

getUIMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected