Package com.xebisco.yield
Class EmptyRenderable
java.lang.Object
com.xebisco.yield.AbstractBehavior
com.xebisco.yield.ComponentBehavior
com.xebisco.yield.AbstractRenderable
com.xebisco.yield.EmptyRenderable
- All Implemented Interfaces:
Behavior,Renderable,Closeable,AutoCloseable
This class represents an empty renderable object. It extends the
AbstractRenderable class.
An empty renderable object does not have any specific content to render.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.xebisco.yield.AbstractRenderable
form, paint, renderMethods inherited from class com.xebisco.yield.ComponentBehavior
application, close, component, component, entity, onCreate, onLateUpdate, onStart, onUpdate, renderIndex, setEntity, setRenderIndex, texture, texture, transformMethods inherited from class com.xebisco.yield.AbstractBehavior
frames, tick
-
Constructor Details
-
EmptyRenderable
public EmptyRenderable()Constructs a new instance of EmptyRenderable.
-