Package zombie.interfaces
Interface IDestroyable
- All Known Subinterfaces:
ITexture
- All Known Implementing Classes:
AngelCodeFont.CharDefTexture,CharacterSmartTexture,ItemSmartTexture,SmartTexture,Texture,TextureID
public interface IDestroyable
-
Method Summary
Modifier and Type Method Description voiddestroy()booleanisDestroyed()
-
Method Details
-
destroy
void destroy() -
isDestroyed
boolean isDestroyed()
-