Uses of Interface
de.extio.spacecraft.shared.bo.EntityModSupport
-
Packages that use EntityModSupport Package Description de.extio.spacecraft.shared.bo Business objects implement various game mechanicsde.extio.spacecraft.shared.model.entity.builtin.live Builtin live entity implementations and interfaces for custom implementations of specific entity types -
-
Uses of EntityModSupport in de.extio.spacecraft.shared.bo
Methods in de.extio.spacecraft.shared.bo that return EntityModSupport Modifier and Type Method Description <T extends AbstractEntityMod>
EntityModSupport<T>EntityModSupportFactory. create(Class<T> clazz) -
Uses of EntityModSupport in de.extio.spacecraft.shared.model.entity.builtin.live
Fields in de.extio.spacecraft.shared.model.entity.builtin.live declared as EntityModSupport Modifier and Type Field Description protected EntityModSupport<WeaponEntityMod>AbstractWeaponEntity. entityModSupportMethods in de.extio.spacecraft.shared.model.entity.builtin.live that return EntityModSupport Modifier and Type Method Description EntityModSupport<WeaponEntityMod>AbstractWeaponEntity. getEntityModSupport()EntityModSupport<T>HasEntityMod. getEntityModSupport()
-