Interface PlayerPrefixProvider.ChangeListener

Enclosing interface:
PlayerPrefixProvider

public static interface PlayerPrefixProvider.ChangeListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onChange(UUID playerId, @Nullable net.kyori.adventure.text.Component newPrefix)
     
  • Method Details

    • onChange

      void onChange(UUID playerId, @Nullable @Nullable net.kyori.adventure.text.Component newPrefix)