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

Method setAccess

src/source/addable/Addable.java:51–55  ·  view source on GitHub ↗
(CuboidFinder cuboidFinder, MinecraftMap map, AddableManager manager)

Source from the content-addressed store, hash-verified

49 }
50
51 public void setAccess(CuboidFinder cuboidFinder, MinecraftMap map, AddableManager manager) {
52 this.cuboidFinder = cuboidFinder;
53 this.map = map;
54 this.manager = manager;
55 }
56
57 /**
58 * Returns whether the added blocks are air.

Callers 2

setAddablesMethod · 0.45
setAddableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected