mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 18:55:18 +00:00
8 lines
113 B
Java
8 lines
113 B
Java
package com.volmit.iris.util;
|
|
|
|
@FunctionalInterface
|
|
public interface Spiraled
|
|
{
|
|
public void on(int x, int z);
|
|
}
|