Uses of Interface
mmud.database.entities.Ownage
Packages that use Ownage
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 the JPA Database Entities for information regarding website scripts.
-
Uses of Ownage in mmud.database.entities.characters
Classes in mmud.database.entities.characters that implement OwnageModifier and TypeClassDescriptionclass
An administrator, which is a simple user with extra rights, in the game.class
A bot in the game.class
A mob in the game.class
A character in the game.class
A shopkeeper in the game.class
A user in the game. -
Uses of Ownage in mmud.database.entities.game
Classes in mmud.database.entities.game that implement OwnageModifier and TypeClassDescriptionclass
class
class
An event, defined to execute at a certain time.class
class
class
A room.class
class
-
Uses of Ownage in mmud.database.entities.items
Classes in mmud.database.entities.items that implement OwnageModifier and TypeClassDescriptionclass
An item.class
The definition of an item.class
class
-
Uses of Ownage in mmud.database.entities.web
Classes in mmud.database.entities.web that implement Ownage