Interface EntityZoneTable

All Known Implementing Classes:
GameContext

public interface EntityZoneTable
  • Method Summary

    Modifier and Type
    Method
    Description
    <E extends Entity>
    EntityZone<E>
    getZone(int owner, com.hiddenswitch.spellsource.rpc.Spellsource.ZonesMessage.Zones zone)
    Retrieves an EntityZone for the provided owner and zone.
  • Method Details

    • getZone

      <E extends Entity> EntityZone<E> getZone(int owner, com.hiddenswitch.spellsource.rpc.Spellsource.ZonesMessage.Zones zone)
      Retrieves an EntityZone for the provided owner and zone.
      Type Parameters:
      E - The type of entity hosted by this zone.
      Parameters:
      owner - The owner of the zone.
      zone - The Spellsource.ZonesMessage.Zones key.
      Returns:
      An EntityZone reference.