Class TeamMiniGame.OneTeam

java.lang.Object
com.minigameworld.frames.TeamMiniGame.OneTeam
All Implemented Interfaces:
MiniGameRank, Comparable<MiniGameRank>
Enclosing class:
TeamMiniGame

class TeamMiniGame.OneTeam extends Object implements MiniGameRank
  • Field Details

    • players

      List<org.bukkit.entity.Player> players
    • score

      int score
  • Constructor Details

    • OneTeam

      public OneTeam(List<org.bukkit.entity.Player> players, int score)
  • Method Details

    • getPlayers

      public List<org.bukkit.entity.Player> getPlayers()
      Description copied from interface: MiniGameRank
      Gets rank players
      Specified by:
      getPlayers in interface MiniGameRank
      Returns:
      Players
    • getScore

      public int getScore()
      Description copied from interface: MiniGameRank
      Gets score
      Specified by:
      getScore in interface MiniGameRank
      Returns: