MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / set

Method set

src/main/java/com/volmit/adapt/util/Contained.java:42–44  ·  view source on GitHub ↗
(T t)

Source from the content-addressed store, hash-verified

40 }
41
42 public void set(T t) {
43 this.t = t;
44 }
45}

Callers 2

ContainedMethod · 0.95
modMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected