MCPcopy 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

1package source;
2
3public interface MaterialFilter {
4
5 public abstract boolean filter(int material);
6
7}

Callers 1

hasOrHadMaterialMethod · 0.65

Implementers 1

MaterialWallFiltersrc/source/MaterialWallFilter.java

Calls

no outgoing calls

Tested by

no test coverage detected