clean up a bit

This commit is contained in:
Babbaj
2019-07-21 21:57:59 -04:00
parent d505ec4f9f
commit 074ec333cf
4 changed files with 2 additions and 8 deletions

View File

@@ -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;
}

View File

@@ -46,5 +46,4 @@ public enum SchematicaHelper {
});
}
private static void meme(Class<?> clazz) throws ClassNotFoundException {}
}