Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setAddable
Method · 0.80
add
Method · 0.80
add
Method · 0.80
getType
Method · 0.80
getType
Method · 0.80
getType
Method · 0.80
add
Method · 0.80
add
Method · 0.80
add
Method · 0.80
add
Method · 0.80
getType
Method · 0.80
add
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected