Methods Summary |
---|
public java.lang.Object | instantiate(java.io.Serializable id)Perform the requested entity instantiation.
This form is never called for component instantiation, only entity instantiation.
|
public java.lang.Object | instantiate()Perform the requested instantiation.
|
public boolean | isInstance(java.lang.Object object)Performs check to see if the given object is an instance of the entity
or component which this Instantiator instantiates.
|