Hello friends,
 
	I'm new to mc modding and been running into a few flaws. I was able to get rid of most of them.
 
	I've created a Block with a TileEntity and a GuiContainer which opens on right click.
 
	So far so good. The problem is that it closes, whenever I'm pressing "E". Thats a problem because that even happens in the GuiTextField.
 
	I guess the cause is, that this container acts like an inventory. 
 
	Is it possible, to stop it from closing? Or do you know, which other Class I should extend this class from?
 
	 
 
	 
 
	Thanks in advance! :D