Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Garten/sourcecraft
/ MaterialFilter
Interface
MaterialFilter
src/source/MaterialFilter.java:3–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
source;
2
3
public
interface
MaterialFilter {
4
5
public
abstract boolean filter(
int
material);
6
7
}
Callers
1
hasOrHadMaterial
Method · 0.65
Implementers
1
MaterialWallFilter
src/source/MaterialWallFilter.java
Calls
no outgoing calls
Tested by
no test coverage detected