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 EntityLayer
AbstractEntity. getEntityLayer()
EntityLayer
AbstractEntityDef. getLayer()
EntityLayer
EntityLayerAndPosition. getLayer()
static EntityLayer
EntityLayer. 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 void
AbstractEntityDef. setLayer(EntityLayer layer)
void
EntityLayerAndPosition. 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 EntityLayer
RestrictedEntity. getAlternativeEntityLayer()
EntityLayer
RestrictedEntity. getEntityLayer()
Methods in de.extio.spacecraft.shared.model.entity.builtin.live with parameters of type EntityLayer Modifier and Type Method Description void
RestrictedEntity. setAlternativeEntityLayer(EntityLayer alternativeEntityLayer)
-