Class BetterChatNeoforgedUtilities

java.lang.Object
xyz.vdeltagabriel.betterchatneoforged.utils.BetterChatNeoforgedUtilities

public class BetterChatNeoforgedUtilities extends Object
  • Constructor Details

    • BetterChatNeoforgedUtilities

      public BetterChatNeoforgedUtilities()
  • Method Details

    • reloadConfig

      public static void reloadConfig()
    • getRawPreferredPlayerName

      public static String getRawPreferredPlayerName(com.mojang.authlib.GameProfile player)
    • getRawPreferredPlayerName

      public static String getRawPreferredPlayerName(com.mojang.authlib.GameProfile player, boolean enableNickname, boolean enableMetadata)
    • getFormattedPlayerName

      public static net.minecraft.network.chat.MutableComponent getFormattedPlayerName(com.mojang.authlib.GameProfile player)
    • getFormattedPlayerName

      public static net.minecraft.network.chat.MutableComponent getFormattedPlayerName(com.mojang.authlib.GameProfile player, boolean enableNickname, boolean enableMetadata)