Uses of Class
mmud.scripting.entities.Person
Packages that use Person
-
Uses of Person in mmud.scripting
Methods in mmud.scripting that return Person -
Uses of Person in mmud.scripting.entities
Methods in mmud.scripting.entities with parameters of type PersonModifier and TypeMethodDescriptionvoidPerson.sendMessage(Person toperson, String message) voidPerson.sendMessageExcl(Person toperson, String message) Sends a message in the room, but not to myself and the target toperson.booleanPerson.transferMoney(Integer newamount, Person target) Transfers money from one person (this one) to another.