Uses of Class
mmud.database.entities.game.Guildrank
Packages that use Guildrank
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 Guildrank in mmud.database.entities.characters
Methods in mmud.database.entities.characters that return GuildrankMethods in mmud.database.entities.characters with parameters of type Guildrank -
Uses of Guildrank in mmud.database.entities.game
Methods in mmud.database.entities.game that return GuildrankModifier and TypeMethodDescriptionGuild.getRank
(int id) Returns the rank based on the rank id/guildlevel.Methods in mmud.database.entities.game that return types with arguments of type GuildrankMethods in mmud.database.entities.game with parameters of type GuildrankModifier and TypeMethodDescriptionboolean
Guild.addGuildrank
(Guildrank rank) Adds a guildrank.boolean
Guild.deleteGuildrank
(Guildrank rank) Deletes a guildrank.Method parameters in mmud.database.entities.game with type arguments of type GuildrankModifier and TypeMethodDescriptionvoid
Guild.setGuildrankCollection
(SortedSet<Guildrank> guildrankCollection) -
Uses of Guildrank in mmud.rest.webentities
Methods in mmud.rest.webentities with parameters of type GuildrankConstructors in mmud.rest.webentities with parameters of type Guildrank