Class BufferedObjective

java.lang.Object
dev.kitteh.factions.scoreboard.BufferedObjective

@Internal public class BufferedObjective extends Object
  • Field Details

    • objectiveConsumer

      public static Consumer<org.bukkit.scoreboard.Objective> objectiveConsumer
    • scoreFunction

      public static TriFunction<org.bukkit.scoreboard.Objective,net.kyori.adventure.text.Component,Integer,org.bukkit.scoreboard.Score> scoreFunction
    • titleConsumer

      public static BiConsumer<org.bukkit.scoreboard.Objective,net.kyori.adventure.text.Component> titleConsumer
  • Constructor Details

    • BufferedObjective

      public BufferedObjective(org.bukkit.scoreboard.Scoreboard scoreboard)
  • Method Details

    • setTitle

      public void setTitle(net.kyori.adventure.text.Component title)
    • setDisplaySlot

      public void setDisplaySlot(org.bukkit.scoreboard.DisplaySlot slot)
    • setAllLines

      public void setAllLines(List<net.kyori.adventure.text.Component> lines)
    • flip

      public void flip()