clean up a bit
This commit is contained in:
@@ -23,11 +23,9 @@ import com.github.lunatrius.schematica.client.world.SchematicWorld;
|
||||
import net.minecraft.block.state.IBlockState;
|
||||
import net.minecraft.util.math.BlockPos;
|
||||
|
||||
// TODO: this only works for the default rotation
|
||||
public final class SchematicAdapter implements ISchematic {
|
||||
private final SchematicWorld schematic;
|
||||
|
||||
|
||||
public SchematicAdapter(SchematicWorld schematicWorld) {
|
||||
this.schematic = schematicWorld;
|
||||
}
|
||||
|
||||
@@ -46,5 +46,4 @@ public enum SchematicaHelper {
|
||||
});
|
||||
}
|
||||
|
||||
private static void meme(Class<?> clazz) throws ClassNotFoundException {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user