Interface DarkMatterEntity
-
- All Superinterfaces:
StorableEntity
public interface DarkMatterEntity extends StorableEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isAttractive()
boolean
isExcited()
boolean
isRepulsive()
void
setAttractive(boolean attractive)
void
setExcited(boolean excited)
void
setRepulsive(boolean repulsive)
-
Methods inherited from interface de.extio.spacecraft.shared.model.entity.builtin.live.StorableEntity
onServerStorageEject, onServerStorageExplode
-
-