Interface IDestroyable

All Known Subinterfaces:
ITexture
All Known Implementing Classes:
Texture, TextureID

public interface IDestroyable
  • Method Summary

    Modifier and Type Method Description
    void destroy()  
    boolean isDestroyed()  
  • Method Details

    • destroy

      void destroy()
    • isDestroyed

      boolean isDestroyed()