mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-14 03:36:03 +00:00
create Pattern interface
This commit is contained in:
@@ -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