Uses of Record Class
mmud.database.entities.characters.Position
Packages that use Position
Package
Description
Provides the JPA Database Entities for Characters.
Provides the JPA Database Entities.
Provides snapshots of database entities, specifically for the web.
-
Uses of Position in mmud.database.entities.characters
Methods in mmud.database.entities.characters that return PositionModifier and TypeMethodDescriptionTransform.position()
Returns the value of theposition
record component.Constructors in mmud.database.entities.characters with parameters of type Position -
Uses of Position in mmud.database.entities.game
Methods in mmud.database.entities.game that return PositionModifier and TypeMethodDescriptionRoom.getCenterPoint()
Room.getMaximumPoint()
Room.getMinimumPoint()
Methods in mmud.database.entities.game with parameters of type PositionModifier and TypeMethodDescriptionvoid
Room.setMaximumPoint
(Position position) Sets the maximum point of a cube.void
Room.setMinimumPoint
(Position position) Sets the minimum point of a cube. -
Uses of Position in mmud.rest.webentities
Methods in mmud.rest.webentities that return PositionModifier and TypeMethodDescriptionPrivateRoom.center()
Returns the value of thecenter
record component.PrivateRoom.maximum()
Returns the value of themaximum
record component.PrivateRoom.minimum()
Returns the value of theminimum
record component.Constructors in mmud.rest.webentities with parameters of type PositionModifierConstructorDescriptionPrivateRoom
(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 aPrivateRoom
record class.