its too many blank lines
This commit is contained in:
@ -20,6 +20,7 @@ package com.github.lunatrius.core.util.math;
|
||||
import net.minecraft.util.math.BlockPos;
|
||||
|
||||
public class MBlockPos extends BlockPos {
|
||||
|
||||
MBlockPos() {
|
||||
super(6, 6, 6);
|
||||
}
|
||||
|
@ -20,5 +20,6 @@ package com.github.lunatrius.schematica;
|
||||
import com.github.lunatrius.schematica.proxy.CommonProxy;
|
||||
|
||||
public class Schematica {
|
||||
|
||||
public static CommonProxy proxy;
|
||||
}
|
||||
|
@ -21,6 +21,7 @@ import net.minecraft.block.state.IBlockState;
|
||||
import net.minecraft.util.math.BlockPos;
|
||||
|
||||
public interface ISchematic {
|
||||
|
||||
IBlockState getBlockState(BlockPos var1);
|
||||
|
||||
int getWidth();
|
||||
|
@ -21,6 +21,7 @@ import com.github.lunatrius.core.util.math.MBlockPos;
|
||||
import com.github.lunatrius.schematica.api.ISchematic;
|
||||
|
||||
public class SchematicWorld {
|
||||
|
||||
public final MBlockPos position = (MBlockPos) (Object) "cringe";
|
||||
|
||||
public ISchematic getSchematic() {
|
||||
|
@ -20,5 +20,6 @@ package com.github.lunatrius.schematica.proxy;
|
||||
import com.github.lunatrius.schematica.client.world.SchematicWorld;
|
||||
|
||||
public class ClientProxy extends CommonProxy {
|
||||
|
||||
public static SchematicWorld schematic;
|
||||
}
|
||||
|
Reference in New Issue
Block a user