Interface StatisticFormatter

All Known Implementing Classes:
DefaultStatisticFormatter, EntityStatisticsFormatter, ItemStatisticFormatter

public interface StatisticFormatter
  • Method Summary

    Modifier and Type
    Method
    Description
    net.kyori.adventure.text.Component
    formatChat(Statistic stat, int value)
     
    io.papermc.paper.registry.data.dialog.body.DialogBody
    formatDialog(Statistic stat, int value)
     
  • Method Details

    • formatDialog

      io.papermc.paper.registry.data.dialog.body.DialogBody formatDialog(Statistic stat, int value)
    • formatChat

      net.kyori.adventure.text.Component formatChat(Statistic stat, int value)