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 Type
    Method
    Description
    com.simsilica.es.EntityId
    The 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_ID if the entity has not yet been located.

      Returns: