Uses of Interface
com.minigameworld.frames.helpers.MiniGameRank
Packages that use MiniGameRank
- 
Uses of MiniGameRank in com.minigameworld.api
Methods in com.minigameworld.api that return types with arguments of type MiniGameRankModifier and TypeMethodDescriptionList<? extends MiniGameRank>MiniGameAccessor.rank()Gets rank list by score
Will be return clone object in the future - 
Uses of MiniGameRank in com.minigameworld.frames
Classes in com.minigameworld.frames that implement MiniGameRankModifier and TypeClassDescriptionclassTeam which used in TeamBattleMiniGame frame
Manage: teamName, maxMemberCount, members, color(package private) classMethods in com.minigameworld.frames that return types with arguments of type MiniGameRankModifier and TypeMethodDescriptionList<? extends MiniGameRank>MiniGame.rank()Get rank dataList<? extends MiniGameRank>TeamBattleMiniGame.rank()Gets team rankList<? extends MiniGameRank>TeamMiniGame.rank() - 
Uses of MiniGameRank in com.minigameworld.frames.helpers
Classes in com.minigameworld.frames.helpers that implement MiniGameRankModifier and TypeClassDescriptionclassPlayer data with score, live
[IMPORTANT] live is only valid in the minigame play (not related with player's health)
[IMPORTANT] Player state will be saved when a instance is created (in constructor)Methods in com.minigameworld.frames.helpers with parameters of type MiniGameRank