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

Method add

src/source/addable/Addable.java:96–96  ·  view source on GitHub ↗

For a given position with given material, this method adds solids and entities to the resulting Source map. @param position @param material

(Position position, int material)

Source from the content-addressed store, hash-verified

94 * @param material
95 */
96 public abstract void add(Position position, int material);
97
98}

Callers 2

mainMethod · 0.45
getInstancesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected