Uses of Class
mmud.exceptions.MoneyException
Packages that use MoneyException
Package
Description
Provides the JPA Database Entities for Characters.
-
Uses of MoneyException in mmud.database.entities.characters
Methods in mmud.database.entities.characters that throw MoneyExceptionModifier and TypeMethodDescriptionvoidPerson.transferMoney(Integer newamount, Person target) Transfers money from one person (this one) to another.