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
-
Method Details
-
getUUID
UUID getUUID() -
setUUID
This should only be used by internal loading methods!- Parameters:
uuid
- the UUID to set.
-