Uses of Class
com.codexombie.jspasm.AbsEntity

Uses of AbsEntity in com.codexombie.jspasm
 

Methods in com.codexombie.jspasm that return AbsEntity
 AbsEntity Engine.createEntity(java.lang.String modelId, java.lang.String entityId, java.lang.Object[] initArgs)
           Creates a new Entity for a specific Model.
 

Methods in com.codexombie.jspasm with parameters of type AbsEntity
protected  void AbsEntity.generateEvent(AbsEntity entity, com.codexombie.jspasm.EventSpec eventSpec, java.lang.Object[] args)
           Generate a normal event.
protected  void AbsEntity.generateEvent(AbsEntity entity, java.lang.String eventSpecId, java.lang.Object[] args)
           Generate a normal event.