Package zombie.interfaces
Interface IDestroyable
- All Known Subinterfaces:
ITexture
public interface IDestroyable
-
Method Summary
Modifier and Type Method Description void
destroy()
boolean
isDestroyed()
-
Method Details
-
destroy
void destroy() -
isDestroyed
boolean isDestroyed()
-