Package name.moore.kevin.ze.components
Interface iEntityReference
- All Known Implementing Classes:
destination,inorbit,location,specification
public interface iEntityReference
Apply this interface to any component that contains a reference to another EntityId.
Used in conjunction with the @ZodiacEntityReference annotation and the reference converter.
- Author:
- Kevin Moore
<dev@kevin.moore.name>
-
Method Summary
Modifier and TypeMethodDescriptioncom.simsilica.es.EntityIdThe EntityId of the entity referred to.
-
Method Details
-
getReference
com.simsilica.es.EntityId getReference()The EntityId of the entity referred to.This may be
EntityId.NULL_IDif the entity has not yet been located.- Returns:
-