that needs to be public

This commit is contained in:
Ellpeck 2018-10-27 01:50:22 +02:00
parent 5462d101a1
commit f27c1e4312

View file

@ -58,7 +58,7 @@ public final class Multiblocks {
return true; return true;
} }
private interface LooseValidator { public interface LooseValidator {
boolean works(BlockPos start, int x, int y, int z, StateMatcher matcher); boolean works(BlockPos start, int x, int y, int z, StateMatcher matcher);
} }
} }