Most of the 1.8 Port.
This commit is contained in:
@@ -18,9 +18,11 @@
|
||||
|
||||
package appeng.spatial;
|
||||
|
||||
import net.minecraft.util.BlockPos;
|
||||
|
||||
|
||||
public interface ISpatialVisitor
|
||||
{
|
||||
|
||||
void visit( int x, int y, int z );
|
||||
void visit( BlockPos pos );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user