Interface Identifiable

All Known Implementing Classes:
Government, Nation, ObjectGroup, PlotGroup, Resident, Town

public interface Identifiable
All classes that implement this interface are uniquely identifiable by a UUID.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setUUID(UUID uuid)
    This should only be used by internal loading methods!
  • Method Details

    • getUUID

      UUID getUUID()
    • setUUID

      void setUUID(UUID uuid)
      This should only be used by internal loading methods!
      Parameters:
      uuid - the UUID to set.