Interface IDestroyable
- All Known Subinterfaces:
ITexture
- All Known Implementing Classes:
AngelCodeFont.CharDefTexture,CharacterSmartTexture,ItemSmartTexture,SmartTexture,Texture,TextureID,VideoTexture
public interface IDestroyable
-
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()destory the objectbooleanreturns if the object is destryed or not
-
Method Details
-
destroy
void destroy()destory the object -
isDestroyed
boolean isDestroyed()returns if the object is destryed or not
-