Uses of Class
mmud.rest.webentities.PrivatePerson
Packages that use PrivatePerson
Package
Description
Provides the Enterprise Java Beans used for the REST services.
Provides snapshots of database entities, specifically for the web.
-
Uses of PrivatePerson in mmud.rest.services
Methods in mmud.rest.services that return PrivatePersonModifier and TypeMethodDescriptionPrivateRestService.getCharacterSheet(String name) Gets your current character info.Get the member of the guild of the user.static PrivatePersonRestUtilities.getPrivatePerson(User person, List<Family> list, CharacterInfo characterInfo) Methods in mmud.rest.services that return types with arguments of type PrivatePersonModifier and TypeMethodDescriptionGuildRestService.getGuildHopefuls(String name) Get the hopefuls of the guild of the user.GuildRestService.getMembers(String name) Get all members of the guild of the user.Methods in mmud.rest.services with parameters of type PrivatePersonModifier and TypeMethodDescriptionResponseGameRestService.create(HttpServletRequest requestContext, String name, PrivatePerson pperson) Creates a new character, suitable for playing.ResponseGuildRestService.createMember(String name, PrivatePerson member) Adds a member to the guild of the user.ResponsePrivateRestService.updateCharacterSheet(String name, PrivatePerson cinfo) Adds or updates your current character info.ResponseGuildRestService.updateMember(String name, String membername, PrivatePerson member) Set or deletes the rank of a member of the guild of the user. -
Uses of PrivatePerson in mmud.rest.webentities
Fields in mmud.rest.webentities with type parameters of type PrivatePersonMethods in mmud.rest.webentities that return PrivatePersonModifier and TypeMethodDescriptionstatic PrivatePersonPrivatePerson.createSimplePrivatePerson(Person person) Used for the list of people in a room for example.Methods in mmud.rest.webentities that return types with arguments of type PrivatePersonModifier and TypeMethodDescriptionPrivateRoom.persons()Returns the value of thepersonsrecord component.Constructor parameters in mmud.rest.webentities with type arguments of type PrivatePersonModifierConstructorDescriptionPrivateRoom(Long roomid, String image, String title, String content, Long west, Long east, Long north, Long south, Long up, Long down, List<PrivatePerson> persons, List<PrivateItem> items, Position minimum, Position maximum, Position center) Creates an instance of aPrivateRoomrecord class. -
Uses of PrivatePerson in mmud.services
Methods in mmud.services that return PrivatePerson