aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/interfaces
diff options
context:
space:
mode:
authorDream-Master <dream-master@gmx.net>2016-06-21 18:42:02 +0200
committerDream-Master <dream-master@gmx.net>2016-06-21 18:42:02 +0200
commitb09b54435f9427332854558c42bd2c902825cbfe (patch)
tree96a8143cafd99b28a194714e9846b8e974ce50f8 /src/main/java/gregtech/api/interfaces
parent6fe4d4a8d3226c02a65a70d7a8035a219cbd2c66 (diff)
downloadGT5-Unofficial-b09b54435f9427332854558c42bd2c902825cbfe.tar.gz
GT5-Unofficial-b09b54435f9427332854558c42bd2c902825cbfe.tar.bz2
GT5-Unofficial-b09b54435f9427332854558c42bd2c902825cbfe.zip
remove all
Diffstat (limited to 'src/main/java/gregtech/api/interfaces')
-rw-r--r--src/main/java/gregtech/api/interfaces/IColorModulationContainer.java5
-rw-r--r--src/main/java/gregtech/api/interfaces/ICondition.java104
-rw-r--r--src/main/java/gregtech/api/interfaces/IDamagableItem.java7
-rw-r--r--src/main/java/gregtech/api/interfaces/IDebugableBlock.java27
-rw-r--r--src/main/java/gregtech/api/interfaces/IDescribable.java11
-rw-r--r--src/main/java/gregtech/api/interfaces/IFoodStat.java35
-rw-r--r--src/main/java/gregtech/api/interfaces/IIconContainer.java21
-rw-r--r--src/main/java/gregtech/api/interfaces/IItemBehaviour.java40
-rw-r--r--src/main/java/gregtech/api/interfaces/IItemContainer.java39
-rw-r--r--src/main/java/gregtech/api/interfaces/IOreRecipeRegistrator.java16
-rw-r--r--src/main/java/gregtech/api/interfaces/IProjectileItem.java24
-rw-r--r--src/main/java/gregtech/api/interfaces/IRedstoneCircuitBlock.java66
-rw-r--r--src/main/java/gregtech/api/interfaces/ISubTagContainer.java20
-rw-r--r--src/main/java/gregtech/api/interfaces/ITexture.java20
-rw-r--r--src/main/java/gregtech/api/interfaces/IToolStats.java153
-rw-r--r--src/main/java/gregtech/api/interfaces/internal/IBCTileEntity.java8
-rw-r--r--src/main/java/gregtech/api/interfaces/internal/IGT_CraftingRecipe.java7
-rw-r--r--src/main/java/gregtech/api/interfaces/internal/IGT_Mod.java46
-rw-r--r--src/main/java/gregtech/api/interfaces/internal/IGT_RecipeAdder.java447
-rw-r--r--src/main/java/gregtech/api/interfaces/internal/IIC2TileEntity.java13
-rw-r--r--src/main/java/gregtech/api/interfaces/internal/IThaumcraftCompat.java30
-rw-r--r--src/main/java/gregtech/api/interfaces/internal/IUETileEntity.java6
-rw-r--r--src/main/java/gregtech/api/interfaces/metatileentity/IMetaTileEntity.java393
-rw-r--r--src/main/java/gregtech/api/interfaces/metatileentity/IMetaTileEntityCable.java9
-rw-r--r--src/main/java/gregtech/api/interfaces/metatileentity/IMetaTileEntityItemPipe.java99
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IBasicEnergyContainer.java100
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IColoredTileEntity.java15
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/ICoverable.java44
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IDigitalChest.java31
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IEnergyConductor.java40
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IEnergyConnected.java96
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IExperimentalEnergyTileEntity.java93
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IFibreConnected.java31
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IGearEnergyTileEntity.java17
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IGregTechDeviceInformation.java21
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IGregTechTileEntity.java127
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IHasInventory.java33
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IHasWorldObjectAndCoords.java169
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IMachineBlockUpdateable.java16
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IMachineProgress.java69
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IPipeRenderedTileEntity.java11
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IRedstoneEmitter.java37
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IRedstoneReceiver.java29
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IRedstoneTileEntity.java17
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/ITexturedTileEntity.java10
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/ITurnable.java33
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IUpgradableMachine.java42
47 files changed, 0 insertions, 2727 deletions
diff --git a/src/main/java/gregtech/api/interfaces/IColorModulationContainer.java b/src/main/java/gregtech/api/interfaces/IColorModulationContainer.java
deleted file mode 100644
index ad3aa3c908..0000000000
--- a/src/main/java/gregtech/api/interfaces/IColorModulationContainer.java
+++ /dev/null
@@ -1,5 +0,0 @@
-package gregtech.api.interfaces;
-
-public interface IColorModulationContainer {
- public short[] getRGBA();
-}
diff --git a/src/main/java/gregtech/api/interfaces/ICondition.java b/src/main/java/gregtech/api/interfaces/ICondition.java
deleted file mode 100644
index 9e31da7338..0000000000
--- a/src/main/java/gregtech/api/interfaces/ICondition.java
+++ /dev/null
@@ -1,104 +0,0 @@
-package gregtech.api.interfaces;
-
-public interface ICondition<O> {
- public boolean isTrue(O aObject);
-
- // Utility Classes for adding relations between Conditions.
-
- public static class Not<O> implements ICondition<O> {
- private final ICondition<O> mCondition;
-
- public Not(ICondition<O> aCondition) {
- mCondition = aCondition;
- }
-
- @Override
- public boolean isTrue(O aObject) {
- return !mCondition.isTrue(aObject);
- }
- }
-
- public static class Or<O> implements ICondition<O> {
- private final ICondition<O>[] mConditions;
-
- public Or(ICondition<O>... aConditions) {
- mConditions = aConditions;
- }
-
- @Override
- public boolean isTrue(O aObject) {
- for (ICondition<O> tCondition : mConditions) if (tCondition.isTrue(aObject)) return true;
- return false;
- }
- }
-
- public static class Nor<O> implements ICondition<O> {
- private final ICondition<O>[] mConditions;
-
- public Nor(ICondition<O>... aConditions) {
- mConditions = aConditions;
- }
-
- @Override
- public boolean isTrue(O aObject) {
- for (ICondition<O> tCondition : mConditions) if (tCondition.isTrue(aObject)) return false;
- return true;
- }
- }
-
- public static class And<O> implements ICondition<O> {
- private final ICondition<O>[] mConditions;
-
- public And(ICondition<O>... aConditions) {
- mConditions = aConditions;
- }
-
- @Override
- public boolean isTrue(O aObject) {
- for (ICondition<O> tCondition : mConditions) if (!tCondition.isTrue(aObject)) return false;
- return true;
- }
- }
-
- public static class Nand<O> implements ICondition<O> {
- private final ICondition<O>[] mConditions;
-
- public Nand(ICondition<O>... aConditions) {
- mConditions = aConditions;
- }
-
- @Override
- public boolean isTrue(O aObject) {
- for (ICondition<O> tCondition : mConditions) if (!tCondition.isTrue(aObject)) return true;
- return false;
- }
- }
-
- public static class Xor<O> implements ICondition<O> {
- private final ICondition<O> mCondition1, mCondition2;
-
- public Xor(ICondition<O> aCondition1, ICondition<O> aCondition2) {
- mCondition1 = aCondition1;
- mCondition2 = aCondition2;
- }
-
- @Override
- public boolean isTrue(O aObject) {
- return mCondition1.isTrue(aObject) != mCondition2.isTrue(aObject);
- }
- }
-
- public static class Equal<O> implements ICondition<O> {
- private final ICondition<O> mCondition1, mCondition2;
-
- public Equal(ICondition<O> aCondition1, ICondition<O> aCondition2) {
- mCondition1 = aCondition1;
- mCondition2 = aCondition2;
- }
-
- @Override
- public boolean isTrue(O aObject) {
- return mCondition1.isTrue(aObject) == mCondition2.isTrue(aObject);
- }
- }
-} \ No newline at end of file
diff --git a/src/main/java/gregtech/api/interfaces/IDamagableItem.java b/src/main/java/gregtech/api/interfaces/IDamagableItem.java
deleted file mode 100644
index b7ebd6690d..0000000000
--- a/src/main/java/gregtech/api/interfaces/IDamagableItem.java
+++ /dev/null
@@ -1,7 +0,0 @@
-package gregtech.api.interfaces;
-
-import net.minecraft.item.ItemStack;
-
-public interface IDamagableItem {
- public boolean doDamageToItem(ItemStack aStack, int aVanillaDamage);
-} \ No newline at end of file
diff --git a/src/main/java/gregtech/api/interfaces/IDebugableBlock.java b/src/main/java/gregtech/api/interfaces/IDebugableBlock.java
deleted file mode 100644
index bdb550ff53..0000000000
--- a/src/main/java/gregtech/api/interfaces/IDebugableBlock.java
+++ /dev/null
@@ -1,27 +0,0 @@
-package gregtech.api.interfaces;
-
-import net.minecraft.entity.player.EntityPlayer;
-
-import java.util.ArrayList;
-
-/**
- * You are allowed to include this File in your Download, as i will not change it.
- */
-public interface IDebugableBlock {
- /**
- * Returns a Debug Message, for a generic DebugItem
- * Blocks have to implement this interface NOT TileEntities!
- *
- * @param aPlayer the Player, who rightclicked with his Debug Item
- * @param aX Block-Coordinate
- * @param aY Block-Coordinate
- * @param aZ Block-Coordinate
- * @param aLogLevel the Log Level of the Debug Item.
- * 0 = Obvious
- * 1 = Visible for the regular Scanner
- * 2 = Only visible to more advanced Scanners
- * 3 = Debug ONLY
- * @return a String-Array containing the DebugInfo, every Index is a separate line (0 = first Line)
- */
- public ArrayList<String> getDebugInfo(EntityPlayer aPlayer, int aX, int aY, int aZ, int aLogLevel);
-} \ No newline at end of file
diff --git a/src/main/java/gregtech/api/interfaces/IDescribable.java b/src/main/java/gregtech/api/interfaces/IDescribable.java
deleted file mode 100644
index d4bcf58de8..0000000000
--- a/src/main/java/gregtech/api/interfaces/IDescribable.java
+++ /dev/null
@@ -1,11 +0,0 @@
-package gregtech.api.interfaces;
-
-/**
- * To get simple things like a ToolTip Description
- */
-public interface IDescribable {
- /**
- * The Tooltip Text
- */
- public String[] getDescription();
-}
diff --git a/src/main/java/gregtech/api/interfaces/IFoodStat.java b/src/main/java/gregtech/api/interfaces/IFoodStat.java
deleted file mode 100644
index b6773e9d65..0000000000
--- a/src/main/java/gregtech/api/interfaces/IFoodStat.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package gregtech.api.interfaces;
-
-import gregtech.api.items.GT_MetaBase_Item;
-import net.minecraft.entity.player.EntityPlayer;
-import net.minecraft.item.EnumAction;
-import net.minecraft.item.ItemStack;
-
-public interface IFoodStat {
- /**
- * Warning the "aPlayer" Parameter may be null!
- */
- public int getFoodLevel(GT_MetaBase_Item aItem, ItemStack aStack, EntityPlayer aPlayer);
-
- /**
- * Warning the "aPlayer" Parameter may be null!
- */
- public float getSaturation(GT_MetaBase_Item aItem, ItemStack aStack, EntityPlayer aPlayer);
-
- /**
- * Warning the "aPlayer" Parameter may be null!
- */
- public boolean alwaysEdible(GT_MetaBase_Item aItem, ItemStack aStack, EntityPlayer aPlayer);
-
- /**
- * Warning the "aPlayer" Parameter may be null!
- */
- public boolean isRotten(GT_MetaBase_Item aItem, ItemStack aStack, EntityPlayer aPlayer);
-
- /**
- * Warning the "aPlayer" Parameter may be null!
- */
- public EnumAction getFoodAction(GT_MetaBase_Item aItem, ItemStack aStack);
-
- public void onEaten(GT_MetaBase_Item aItem, ItemStack aStack, EntityPlayer aPlayer);
-} \ No newline at end of file
diff --git a/src/main/java/gregtech/api/interfaces/IIconContainer.java b/src/main/java/gregtech/api/interfaces/IIconContainer.java
deleted file mode 100644
index c8b995e9a7..0000000000
--- a/src/main/java/gregtech/api/interfaces/IIconContainer.java
+++ /dev/null
@@ -1,21 +0,0 @@
-package gregtech.api.interfaces;
-
-import net.minecraft.util.IIcon;
-import net.minecraft.util.ResourceLocation;
-
-public interface IIconContainer {
- /**
- * @return A regular Icon.
- */
- public IIcon getIcon();
-
- /**
- * @return Icon of the Overlay (or null if there is no Icon)
- */
- public IIcon getOverlayIcon();
-
- /**
- * @return the Default Texture File for this Icon.
- */
- public ResourceLocation getTextureFile();
-}
diff --git a/src/main/java/gregtech/api/interfaces/IItemBehaviour.java b/src/main/java/gregtech/api/interfaces/IItemBehaviour.java
deleted file mode 100644
index 1d75f41e17..0000000000
--- a/src/main/java/gregtech/api/interfaces/IItemBehaviour.java
+++ /dev/null
@@ -1,40 +0,0 @@
-package gregtech.api.interfaces;
-
-import gregtech.api.enums.SubTag;
-import gregtech.api.items.GT_MetaBase_Item;
-import net.minecraft.dispenser.IBlockSource;
-import net.minecraft.entity.Entity;
-import net.minecraft.entity.EntityLivingBase;
-import net.minecraft.entity.player.EntityPlayer;
-import net.minecraft.entity.projectile.EntityArrow;
-import net.minecraft.item.Item;
-import net.minecraft.item.ItemStack;
-import net.minecraft.world.World;
-
-import java.util.List;
-
-public interface IItemBehaviour<E extends Item> {
- public boolean onLeftClickEntity(E aItem, ItemStack aStack, EntityPlayer aPlayer, Entity aEntity);
-
- public boolean onItemUse(E aItem, ItemStack aStack, EntityPlayer aPlayer, World aWorld, int aX, int aY, int aZ, int aSide, float hitX, float hitY, float hitZ);
-
- public boolean onItemUseFirst(E aItem, ItemStack aStack, EntityPlayer aPlayer, World aWorld, int aX, int aY, int aZ, int aSide, float hitX, float hitY, float hitZ);
-
- public ItemStack onItemRightClick(E aItem, ItemStack aStack, World aWorld, EntityPlayer aPlayer);
-
- public List<String> getAdditionalToolTips(E aItem, List<String> aList, ItemStack aStack);
-
- public void onUpdate(E aItem, ItemStack aStack, World aWorld, Entity aPlayer, int aTimer, boolean aIsInHand);
-
- public boolean isItemStackUsable(E aItem, ItemStack aStack);
-
- public boolean canDispense(E aItem, IBlockSource aSource, ItemStack aStack);
-
- public ItemStack onDispense(E aItem, IBlockSource aSource, ItemStack aStack);
-
- public boolean hasProjectile(GT_MetaBase_Item aItem, SubTag aProjectileType, ItemStack aStack);
-
- public EntityArrow getProjectile(E aItem, SubTag aProjectileType, ItemStack aStack, World aWorld, double aX, double aY, double aZ);
-
- public EntityArrow getProjectile(E aItem, SubTag aProjectileType, ItemStack aStack, World aWorld, EntityLivingBase aEntity, float aSpeed);
-} \ No newline at end of file
diff --git a/src/main/java/gregtech/api/interfaces/IItemContainer.java b/src/main/java/gregtech/api/interfaces/IItemContainer.java
deleted file mode 100644
index 3c1bd87543..0000000000
--- a/src/main/java/gregtech/api/interfaces/IItemContainer.java
+++ /dev/null
@@ -1,39 +0,0 @@
-package gregtech.api.interfaces;
-
-import net.minecraft.block.Block;
-import net.minecraft.item.Item;
-import net.minecraft.item.ItemStack;
-
-public interface IItemContainer {
- public Item getItem();
-
- public Block getBlock();
-
- public boolean isStackEqual(Object aStack);
-
- public boolean isStackEqual(Object aStack, boolean aWildcard, boolean aIgnoreNBT);
-
- public ItemStack get(long aAmount, Object... aReplacements);
-
- public ItemStack getWildcard(long aAmount, Object... aReplacements);
-
- public ItemStack getUndamaged(long aAmount, Object... aReplacements);
-
- public ItemStack getAlmostBroken(long aAmount, Object... aReplacements);
-
- public ItemStack getWithDamage(long aAmount, long aMetaValue, Object... aReplacements);
-
- public IItemContainer set(Item aItem);
-
- public IItemContainer set(ItemStack aStack);
-
- public IItemContainer registerOre(Object... aOreNames);
-
- public IItemContainer registerWildcardAsOre(Object... aOreNames);
-
- public ItemStack getWithCharge(long aAmount, int aEnergy, Object... aReplacements);
-
- public ItemStack getWithName(long aAmount, String aDisplayName, Object... aReplacements);
-
- public boolean hasBeenSet();
-} \ No newline at end of file
diff --git a/src/main/java/gregtech/api/interfaces/IOreRecipeRegistrator.java b/src/main/java/gregtech/api/interfaces/IOreRecipeRegistrator.java
deleted file mode 100644
index 1f0ec91bba..0000000000
--- a/src/main/java/gregtech/api/interfaces/IOreRecipeRegistrator.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package gregtech.api.interfaces;
-
-import gregtech.api.enums.Materials;
-import gregtech.api.enums.OrePrefixes;
-import net.minecraft.item.ItemStack;
-
-public interface IOreRecipeRegistrator {
- /**
- * Contains a Code Fragment, used in the OrePrefix to register Recipes. Better than using a switch/case, like I did before.
- *
- * @param aPrefix always != null
- * @param aMaterial always != null, and can be == _NULL if the Prefix is Self Referencing or not Material based!
- * @param aStack always != null
- */
- public void registerOre(OrePrefixes aPrefix, Materials aMaterial, String aOreDictName, String aModName, ItemStack aStack);
-} \ No newline at end of file
diff --git a/src/main/java/gregtech/api/interfaces/IProjectileItem.java b/src/main/java/gregtech/api/interfaces/IProjectileItem.java
deleted file mode 100644
index 22211a6f0c..0000000000
--- a/src/main/java/gregtech/api/interfaces/IProjectileItem.java
+++ /dev/null
@@ -1,24 +0,0 @@
-package gregtech.api.interfaces;
-
-import gregtech.api.enums.SubTag;
-import net.minecraft.entity.EntityLivingBase;
-import net.minecraft.entity.projectile.EntityArrow;
-import net.minecraft.item.ItemStack;
-import net.minecraft.world.World;
-
-public interface IProjectileItem {
- /**
- * @return if this Item has an Arrow Entity
- */
- public boolean hasProjectile(SubTag aProjectileType, ItemStack aStack);
-
- /**
- * @return an Arrow Entity to be spawned. If null then this is not an Arrow. Note: Other Projectiles still extend EntityArrow
- */
- public EntityArrow getProjectile(SubTag aProjectileType, ItemStack aStack, World aWorld, double aX, double aY, double aZ);
-
- /**
- * @return an Arrow Entity to be spawned. If null then this is not an Arrow. Note: Other Projectiles still extend EntityArrow
- */
- public EntityArrow getProjectile(SubTag aProjectileType, ItemStack aStack, World aWorld, EntityLivingBase aEntity, float aSpeed);
-} \ No newline at end of file
diff --git a/src/main/java/gregtech/api/interfaces/IRedstoneCircuitBlock.java b/src/main/java/gregtech/api/interfaces/IRedstoneCircuitBlock.java
deleted file mode 100644
index 8838992c62..0000000000
--- a/src/main/java/gregtech/api/interfaces/IRedstoneCircuitBlock.java
+++ /dev/null
@@ -1,66 +0,0 @@
-package gregtech.api.interfaces;
-
-import gregtech.api.interfaces.tileentity.ICoverable;
-import gregtech.api.util.GT_CoverBehavior;
-import net.minecraft.block.Block;
-import net.minecraft.tileentity.TileEntity;
-
-/**
- * Implemented by the MetaTileEntity of the Redstone Circuit Block
- */
-public interface IRedstoneCircuitBlock {
- /**
- * The Output Direction the Circuit Block is Facing
- */
- public byte getOutputFacing();
-
- /**
- * sets Output Redstone State at Side
- */
- public boolean setRedstone(byte aStrength, byte aSide);
-
- /**
- * returns Output Redstone State at Side
- * Note that setRedstone checks if there is a Difference between the old and the new Setting before consuming any Energy
- */
- public byte getOutputRedstone(byte aSide);
-
- /**
- * returns Input Redstone Signal at Side
- */
- public byte getInputRedstone(byte aSide);
-
- /**
- * If this Side is Covered up and therefor not doing any Redstone
- */
- public GT_CoverBehavior getCover(byte aSide);
-
- public int getCoverID(byte aSide);
-
- public int getCoverVariable(byte aSide);
-
- /**
- * returns whatever Block-ID is adjacent to the Redstone Circuit Block
- */
- public Block getBlockAtSide(byte aSide);
-
- /**
- * returns whatever Meta-Value is adjacent to the Redstone Circuit Block
- */
- public byte getMetaIDAtSide(byte aSide);
-
- /**
- * returns whatever TileEntity is adjacent to the Redstone Circuit Block
- */
- public TileEntity getTileEntityAtSide(byte aSide);
-
- /**
- * returns whatever TileEntity is used by the Redstone Circuit Block
- */
- public ICoverable getOwnTileEntity();
-
- /**
- * returns worldObj.rand.nextInt(aRange)
- */
- public int getRandom(int aRange);
-}
diff --git a/src/main/java/gregtech/api/interfaces/ISubTagContainer.java b/src/main/java/gregtech/api/interfaces/ISubTagContainer.java
deleted file mode 100644
index c7ccc45e96..0000000000
--- a/src/main/java/gregtech/api/interfaces/ISubTagContainer.java
+++ /dev/null
@@ -1,20 +0,0 @@
-package gregtech.api.interfaces;
-
-import gregtech.api.enums.SubTag;
-
-public interface ISubTagContainer {
- /**
- * @return if the Tag is inside the List.
- */
- public boolean contains(SubTag aTag);
-
- /**
- * @return The ISubTagContainer you called this Function on, for convenience.
- */
- public ISubTagContainer add(SubTag... aTags);
-
- /**
- * @return if the Tag was there before it has been removed.
- */
- public boolean remove(SubTag aTag);
-} \ No newline at end of file
diff --git a/src/main/java/gregtech/api/interfaces/ITexture.java b/src/main/java/gregtech/api/interfaces/ITexture.java
deleted file mode 100644
index 43efeac7c4..0000000000
--- a/src/main/java/gregtech/api/interfaces/ITexture.java
+++ /dev/null
@@ -1,20 +0,0 @@
-package gregtech.api.interfaces;
-
-import net.minecraft.block.Block;
-import net.minecraft.client.renderer.RenderBlocks;
-
-public interface ITexture {
- public void renderXPos(RenderBlocks aRenderer, Block aBlock, int aX, int aY, int aZ);
-
- public void renderXNeg(RenderBlocks aRenderer, Block aBlock, int aX, int aY, int aZ);
-
- public void renderYPos(RenderBlocks aRenderer, Block aBlock, int aX, int aY, int aZ);
-
- public void renderYNeg(RenderBlocks aRenderer, Block aBlock, int aX, int aY, int aZ);
-
- public void renderZPos(RenderBlocks aRenderer, Block aBlock, int aX, int aY, int aZ);
-
- public void renderZNeg(RenderBlocks aRenderer, Block aBlock, int aX, int aY, int aZ);
-
- public boolean isValidTexture();
-} \ No newline at end of file
diff --git a/src/main/java/gregtech/api/interfaces/IToolStats.java b/src/main/java/gregtech/api/interfaces/IToolStats.java
deleted file mode 100644
index d6819ec1ab..0000000000
--- a/src/main/java/gregtech/api/interfaces/IToolStats.java
+++ /dev/null
@@ -1,153 +0,0 @@
-package gregtech.api.interfaces;
-
-import gregtech.api.items.GT_MetaGenerated_Tool;
-import net.minecraft.block.Block;
-import net.minecraft.enchantment.Enchantment;
-import net.minecraft.entity.Entity;
-import net.minecraft.entity.EntityLivingBase;
-import net.minecraft.entity.player.EntityPlayer;
-import net.minecraft.item.ItemStack;
-import net.minecraft.util.DamageSource;
-import net.minecraftforge.event.world.BlockEvent;
-
-import java.util.List;
-
-/**
- * The Stats for GT Tools. Not including any Material Modifiers.
- * <p/>
- * And this is supposed to not have any ItemStack Parameters as these are generic Stats.
- */
-public interface IToolStats {
- /**
- * Called when aPlayer crafts this Tool
- */
- public void onToolCrafted(ItemStack aStack, EntityPlayer aPlayer);
-
- /**
- * Called when this gets added to a Tool Item
- */
- public void onStatsAddedToTool(GT_MetaGenerated_Tool aItem, int aID);
-
- /**
- * @return Damage the Tool receives when breaking a Block. 100 is one Damage Point (or 100 EU).
- */
- public int getToolDamagePerBlockBreak();
-
- /**
- * @return Damage the Tool receives when converting the drops of a Block. 100 is one Damage Point (or 100 EU).
- */
- public int getToolDamagePerDropConversion();
-