Uses of Interface
de.extio.spacecraft.shared.model.entity.builtin.live.HasEntityMod
-
Packages that use HasEntityMod 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 HasEntityMod in de.extio.spacecraft.shared.bo
Methods in de.extio.spacecraft.shared.bo with parameters of type HasEntityMod Modifier and Type Method Description <U extends AbstractEntityDef>
doubleEntityModSupport. applyEntityDefModD(HasEntityMod<T> hasEntityMod, double value, BiFunction<T,Double,Double> entityModFunction)<U extends AbstractEntityDef>
doubleEntityModSupport. applyEntityDefModD(HasEntityMod<T> hasEntityMod, Function<U,Double> entityDefValueSupplier, BiFunction<T,Double,Double> entityModFunction)<U extends AbstractEntityDef>
intEntityModSupport. applyEntityDefModI(HasEntityMod<T> hasEntityMod, int value, BiFunction<T,Integer,Integer> entityModFunction)<U extends AbstractEntityDef>
intEntityModSupport. applyEntityDefModI(HasEntityMod<T> hasEntityMod, Function<U,Integer> entityDefValueSupplier, BiFunction<T,Integer,Integer> entityModFunction) -
Uses of HasEntityMod in de.extio.spacecraft.shared.model.entity.builtin.live
Classes in de.extio.spacecraft.shared.model.entity.builtin.live that implement HasEntityMod Modifier and Type Class Description classAbstractWeaponEntityBase class for all weapon implementations
-