it launches

This commit is contained in:
Leijurv
2019-07-23 14:12:44 -07:00
parent 223791cea7
commit 4c8907c629
32 changed files with 122 additions and 199 deletions

View File

@@ -17,11 +17,11 @@
package com.github.lunatrius.schematica.api;
import net.minecraft.block.state.IBlockState;
import net.minecraft.block.BlockState;
import net.minecraft.util.math.BlockPos;
public interface ISchematic {
IBlockState getBlockState(BlockPos var1);
BlockState getBlockState(BlockPos var1);
int getWidth();