1. I know what static means, but if i have it not static the line
this.setBlockTextureName(BlockRedTileEntity.BlockStored.getBlockTextureFromSide(0).toString());
is not working, because it needs a static reference.
2. If i right click the Block it works, so i think that shoudl be right
3. Thats not my Problem atm. i first want to try to get it to work, so that it changes textures. But that is not working.
Saving and Loading i want to do later.