Mallet Engine
2
Entity-Component based game engine, written in Java.
|
Public Member Functions | |
void | addCreator (final CreatorInterface _creator) |
boolean | removeCreator (final CreatorInterface _creator) |
boolean | removeCreator (final String _type) |
Object | create (final Settings _setting) |
void com.linxonline.mallet.util.factory.FactoryInterface.addCreator | ( | final CreatorInterface | _creator | ) |
Implemented in com.linxonline.mallet.util.factory.Factory.
Object com.linxonline.mallet.util.factory.FactoryInterface.create | ( | final Settings | _setting | ) |
Implemented in com.linxonline.mallet.util.factory.Factory.
boolean com.linxonline.mallet.util.factory.FactoryInterface.removeCreator | ( | final CreatorInterface | _creator | ) |
Implemented in com.linxonline.mallet.util.factory.Factory.
boolean com.linxonline.mallet.util.factory.FactoryInterface.removeCreator | ( | final String | _type | ) |
Implemented in com.linxonline.mallet.util.factory.Factory.