MCPcopy Create free account
hub / github.com/Garten/sourcecraft / getName

Method getName

src/source/addable/Addable.java:46–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 public String getName() {
47 return this.getClass()
48 .getSimpleName();
49 }
50
51 public void setAccess(CuboidFinder cuboidFinder, MinecraftMap map, AddableManager manager) {
52 this.cuboidFinder = cuboidFinder;

Callers 2

loadAddablesMethod · 0.45
addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected