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

Method getMaterialUsedFor

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

Source from the content-addressed store, hash-verified

66 }
67
68 public int[] getMaterialUsedFor() {
69 return this.materialUsedFor;
70 }
71
72 public void setMaterialUsedFor(int[] material) {
73 this.materialUsedFor = material;

Callers 13

setAddableMethod · 0.80
addMethod · 0.80
addMethod · 0.80
getTypeMethod · 0.80
getTypeMethod · 0.80
getTypeMethod · 0.80
addMethod · 0.80
addMethod · 0.80
addMethod · 0.80
addMethod · 0.80
getTypeMethod · 0.80
addMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected