Removed old rendering system

Removed old rendering system. Some parts may be left over, but they
won't affect testing.
1.10-R todo tag marks things to do with rendering.
This commit is contained in:
elix-x
2016-06-29 12:22:18 +02:00
parent 92753a432a
commit 03aa59521c
146 changed files with 15 additions and 13767 deletions
+1 -19
View File
@@ -32,7 +32,6 @@ import net.minecraft.item.ItemStack;
import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.SideOnly;
import appeng.api.util.IAESprite;
import appeng.client.ClientHelper;
import appeng.core.features.AEFeature;
import appeng.core.features.FeatureNameExtractor;
@@ -108,24 +107,7 @@ public abstract class AEBaseItem extends Item implements IAEFeature
}
@SideOnly( Side.CLIENT )
protected IAESprite myIcon = null;
@SideOnly( Side.CLIENT )
public void registerIcons( final ClientHelper proxy, final String name )
{
proxy.setIcon( this, 0, name );
}
public IAESprite getIcon( final ItemStack is )
{
return this.myIcon;
}
@SideOnly( Side.CLIENT )
public void registerCustomIcon( final TextureMap map )
{
}
public void registerCustomIcon( final TextureMap map ){}
protected void getCheckedSubItems( final Item sameItem, final CreativeTabs creativeTab, final List<ItemStack> itemStacks )
{