public interface

Destroyable

net.gtaun.shoebill.object.Destroyable
Known Indirect Subclasses

Summary

Public Methods
abstract void destroy()
Destroys the Object
abstract boolean isDestroyed()
Checks if the Object is destroyed

Public Methods

public abstract void destroy ()

Destroys the Object

public abstract boolean isDestroyed ()

Checks if the Object is destroyed

Returns
  • State of the Object (boolean)