Optimise imports to make it easier to find and replace package names

This commit is contained in:
modmuss50 2016-03-13 15:37:55 +00:00
parent 05ee9f30f4
commit 7f920b282f
191 changed files with 636 additions and 579 deletions

View file

@ -1,8 +1,5 @@
package techreborn.blocks.machine;
import java.util.ArrayList;
import java.util.List;
import net.minecraft.block.material.Material;
import net.minecraft.block.state.IBlockState;
import net.minecraft.entity.player.EntityPlayer;
@ -18,6 +15,9 @@ import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileAlloyFurnace;
import java.util.ArrayList;
import java.util.List;
public class BlockAlloyFurnace extends BlockMachineBase implements IRotationTexture {
public BlockAlloyFurnace(Material material) {