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
    void destroy()  
    boolean isDestroyed()  
  • Method Details

    • destroy

      void destroy()
    • isDestroyed

      boolean isDestroyed()