Uses of Class
mmud.database.entities.game.Room
Packages that use Room
Package
Description
Provides the JPA Database Entities for Characters.
Provides the JPA Database Entities.
Provides the JPA Database Entities for item definitions and item instances.
Provides snapshots of database entities, specifically for the web.
-
Uses of Room in mmud.database.entities.characters
Methods in mmud.database.entities.characters that return RoomMethods in mmud.database.entities.characters with parameters of type Room -
Uses of Room in mmud.database.entities.game
Methods in mmud.database.entities.game that return RoomModifier and TypeMethodDescriptionRoom.getDown()
Room.getEast()
Room.getNorth()
Board.getRoom()
The room in which this message board resides.Event.getRoom()
Roomattribute.getRoom()
UserCommand.getRoom()
Room.getSouth()
Room.getUp()
Room.getWest()
Methods in mmud.database.entities.game that return types with arguments of type RoomModifier and TypeMethodDescriptionAdmin.getRoomCollection()
Area.getRoomCollection()
Room.getRoomCollection()
Room.getRoomCollection1()
Room.getRoomCollection2()
Room.getRoomCollection3()
Room.getRoomCollection4()
Room.getRoomCollection5()
Methods in mmud.database.entities.game with parameters of type RoomModifier and TypeMethodDescriptionvoid
void
void
void
Sets the room in which this message board resides.void
void
void
void
void
void
Method parameters in mmud.database.entities.game with type arguments of type RoomModifier and TypeMethodDescriptionvoid
Admin.setRoomCollection
(Collection<Room> roomCollection) void
Area.setRoomCollection
(Collection<Room> roomCollection) void
Room.setRoomCollection
(Collection<Room> roomCollection) void
Room.setRoomCollection1
(Collection<Room> roomCollection1) void
Room.setRoomCollection2
(Collection<Room> roomCollection2) void
Room.setRoomCollection3
(Collection<Room> roomCollection3) void
Room.setRoomCollection4
(Collection<Room> roomCollection4) void
Room.setRoomCollection5
(Collection<Room> roomCollection5) Constructors in mmud.database.entities.game with parameters of type Room -
Uses of Room in mmud.database.entities.items
Methods in mmud.database.entities.items that return RoomModifier and TypeMethodDescriptionItem.getRoom()
Will return the room in which this item can be found.Methods in mmud.database.entities.items with parameters of type Room -
Uses of Room in mmud.rest.webentities
Methods in mmud.rest.webentities with parameters of type RoomModifier and TypeMethodDescriptionstatic PrivateRoom
PrivateRoom.createCoordinatesPrivateRoom
(Room room) Constructors in mmud.rest.webentities with parameters of type Room -
Uses of Room in mmud.rest.webentities.admin
Constructors in mmud.rest.webentities.admin with parameters of type Room -
Uses of Room in mmud.scripting
Methods in mmud.scripting that return RoomModifier and TypeMethodDescriptionReturns the room with this specific id.Methods in mmud.scripting with parameters of type Room -
Uses of Room in mmud.scripting.entities
Constructors in mmud.scripting.entities with parameters of type Room -
Uses of Room in mmud.services
Methods in mmud.services that return RoomMethods in mmud.services with parameters of type RoomModifier and TypeMethodDescriptionstatic RoomCommunicationService
CommunicationService.getCommunicationService
(Room room) Returns the communication service, based on a room.