Uses of Class
de.extio.spacecraft.shared.model.entity.EntityLayer
-
Packages that use EntityLayer Package Description de.extio.spacecraft.shared.model.entity Business and data objects for the entity subsystem.de.extio.spacecraft.shared.model.entity.builtin.live Builtin live entity implementations and interfaces for custom implementations of specific entity types -
-
Uses of EntityLayer in de.extio.spacecraft.shared.model.entity
Methods in de.extio.spacecraft.shared.model.entity that return EntityLayer Modifier and Type Method Description EntityLayerAbstractEntity. getEntityLayer()EntityLayerAbstractEntityDef. getLayer()EntityLayerEntityLayerAndPosition. getLayer()static EntityLayerEntityLayer. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityLayer[]EntityLayer. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.extio.spacecraft.shared.model.entity with parameters of type EntityLayer Modifier and Type Method Description voidAbstractEntityDef. setLayer(EntityLayer layer)voidEntityLayerAndPosition. setLayer(EntityLayer layer)Constructors in de.extio.spacecraft.shared.model.entity with parameters of type EntityLayer Constructor Description EntityLayerAndPosition(EntityLayer layer, CoordI2 coord) -
Uses of EntityLayer in de.extio.spacecraft.shared.model.entity.builtin.live
Methods in de.extio.spacecraft.shared.model.entity.builtin.live that return EntityLayer Modifier and Type Method Description EntityLayerRestrictedEntity. getAlternativeEntityLayer()EntityLayerRestrictedEntity. getEntityLayer()Methods in de.extio.spacecraft.shared.model.entity.builtin.live with parameters of type EntityLayer Modifier and Type Method Description voidRestrictedEntity. setAlternativeEntityLayer(EntityLayer alternativeEntityLayer)
-