removed unused files and graphic components
This commit is contained in:
parent
5a2100804b
commit
02e8ef057e
4 changed files with 0 additions and 77 deletions
api/buildcraft/api/boards
buildcraft_resources/assets/buildcraft/textures/gui
|
@ -1,13 +0,0 @@
|
|||
/**
|
||||
* Copyright (c) 2011-2014, SpaceToad and the BuildCraft Team
|
||||
* http://www.mod-buildcraft.com
|
||||
*
|
||||
* BuildCraft is distributed under the terms of the Minecraft Mod Public
|
||||
* License 1.0, or MMPL. Please check the contents of the license located in
|
||||
* http://www.mod-buildcraft.com/MMPL-1.0.txt
|
||||
*/
|
||||
package buildcraft.api.boards;
|
||||
|
||||
public class BoardParameter {
|
||||
|
||||
}
|
|
@ -1,43 +0,0 @@
|
|||
/**
|
||||
* Copyright (c) 2011-2014, SpaceToad and the BuildCraft Team
|
||||
* http://www.mod-buildcraft.com
|
||||
*
|
||||
* BuildCraft is distributed under the terms of the Minecraft Mod Public
|
||||
* License 1.0, or MMPL. Please check the contents of the license located in
|
||||
* http://www.mod-buildcraft.com/MMPL-1.0.txt
|
||||
*/
|
||||
package buildcraft.api.boards;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Random;
|
||||
|
||||
import net.minecraft.client.renderer.texture.IIconRegister;
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraft.nbt.NBTTagCompound;
|
||||
import net.minecraft.util.IIcon;
|
||||
|
||||
import cpw.mods.fml.relauncher.Side;
|
||||
import cpw.mods.fml.relauncher.SideOnly;
|
||||
|
||||
public interface IRedstoneBoardNBT {
|
||||
|
||||
String getID();
|
||||
|
||||
void addInformation(ItemStack stack, EntityPlayer player, List list, boolean advanced);
|
||||
|
||||
IRedstoneBoard create(NBTTagCompound nbt);
|
||||
|
||||
@SideOnly(Side.CLIENT)
|
||||
void registerIcons(IIconRegister iconRegister);
|
||||
|
||||
@SideOnly(Side.CLIENT)
|
||||
IIcon getIcon(NBTTagCompound nbt);
|
||||
|
||||
BoardParameter[] getParameters();
|
||||
|
||||
void setParameters(BoardParameter[] parameters);
|
||||
|
||||
void createRandomBoard(NBTTagCompound nbt, Random rand);
|
||||
|
||||
}
|
|
@ -1,21 +0,0 @@
|
|||
/**
|
||||
* Copyright (c) 2011-2014, SpaceToad and the BuildCraft Team
|
||||
* http://www.mod-buildcraft.com
|
||||
*
|
||||
* BuildCraft is distributed under the terms of the Minecraft Mod Public
|
||||
* License 1.0, or MMPL. Please check the contents of the license located in
|
||||
* http://www.mod-buildcraft.com/MMPL-1.0.txt
|
||||
*/
|
||||
package buildcraft.api.boards;
|
||||
|
||||
import net.minecraft.nbt.NBTTagCompound;
|
||||
import net.minecraft.util.ResourceLocation;
|
||||
|
||||
public interface IRedstoneBoardRobotNBT extends IRedstoneBoardNBT {
|
||||
|
||||
@Override
|
||||
IRedstoneBoardRobot create(NBTTagCompound nbt);
|
||||
|
||||
ResourceLocation getRobotTexture();
|
||||
|
||||
}
|
Binary file not shown.
Before ![]() (image error) Size: 991 B After ![]() (image error) Size: 993 B ![]() ![]() |
Loading…
Add table
Reference in a new issue