Class TeamManagerTask.ChangeTeamDisplay

java.lang.Object
net.megavex.scoreboardlibrary.implementation.team.TeamManagerTask
net.megavex.scoreboardlibrary.implementation.team.TeamManagerTask.ChangeTeamDisplay
Enclosing class:
TeamManagerTask

public static final class TeamManagerTask.ChangeTeamDisplay extends TeamManagerTask
  • Constructor Details

    • ChangeTeamDisplay

      public ChangeTeamDisplay(@NotNull @NotNull org.bukkit.entity.Player player, @NotNull @NotNull ScoreboardTeamImpl team, @NotNull @NotNull TeamDisplayImpl oldTeamDisplay, @NotNull @NotNull TeamDisplayImpl newTeamDisplay)
  • Method Details

    • player

      @NotNull public @NotNull org.bukkit.entity.Player player()
    • team

      @NotNull public @NotNull ScoreboardTeamImpl team()
    • oldTeamDisplay

      @NotNull public @NotNull TeamDisplayImpl oldTeamDisplay()
    • newTeamDisplay

      @NotNull public @NotNull TeamDisplayImpl newTeamDisplay()