mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-18 14:50:56 +00:00
create Pattern interface
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
|||||||
|
package com.dfsek.terra.addons.feature.locator.patterns;
|
||||||
|
|
||||||
|
import com.dfsek.terra.api.world.Column;
|
||||||
|
|
||||||
|
public interface Pattern {
|
||||||
|
boolean matches(int y, Column column);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user