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 TypeMethodDescriptionvoid
Person.sendMessage
(Person toperson, String message) void
Person.sendMessageExcl
(Person toperson, String message) Sends a message in the room, but not to myself and the target toperson.boolean
Person.transferMoney
(Integer newamount, Person target) Transfers money from one person (this one) to another.