Package me.totalfreedom.economy
Interface EconomicEntity
- All Known Subinterfaces:
User
public interface EconomicEntity
An entity that is able to transfer sums of currency between other
EconomicEntity-
Method Summary
Modifier and TypeMethodDescriptionGets theEconomicEntityData(which contains various common metadata about thisEconomicEntity) associated with this classgetName()The name of the economic entity
-
Method Details
-
getEconomicData
EconomicEntityData getEconomicData()Gets theEconomicEntityData(which contains various common metadata about thisEconomicEntity) associated with this class- Returns:
- the
EconomicEntityData
-
getName
String getName()The name of the economic entity- Returns:
- the economic entity's name
-