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
    destory the object
    boolean
    returns 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