Interface Identifiable
- All Known Implementing Classes:
Account,BankAccount,District,EconomyAccount,Government,Nation,ObjectGroup,PlotGroup,Resident,Town,TownyServerAccount
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.
-