75767778798081
} @Override public void registerIcons(IIconRegister par1IconRegister) { itemIcon = new MissingIcon( this ); }
37383940414243
149150151152153154155156
} public void registerNoIcons() { BlockRenderInfo info = getRendererInstance(); FlippableIcon i = new FlippableIcon( new MissingIcon( this ) ); info.updateIcons( i, i, i, i, i, i ); }
226227228229230231232
@Override public IIcon getIconFromDamage(int dmg) { if ( dmgToMaterial.containsKey( dmg ) ) return dmgToMaterial.get( dmg ).IIcon; return new MissingIcon( this ); }