Interface ScoreboardScorePacketView

All Superinterfaces:
PacketView

public interface ScoreboardScorePacketView extends PacketView
Lazy copy-on-write view of a clientbound scoreboard score update.
  • Method Details

    • owner

      String owner()
    • objectiveName

      String objectiveName()
    • score

      int score()
    • display

      @Nullable NativeText display()
    • numberFormat

      @Nullable NativeNumberFormat numberFormat()
    • owner

      void owner(String owner)
    • objectiveName

      void objectiveName(String objectiveName)
    • score

      void score(int score)
    • display

      void display(@Nullable NativeText display)
    • numberFormat

      void numberFormat(@Nullable NativeNumberFormat numberFormat)