Class BetterChatNeoforgedUtilities
java.lang.Object
xyz.vdeltagabriel.betterchatneoforged.utils.BetterChatNeoforgedUtilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.network.chat.MutableComponentgetFormattedPlayerName(com.mojang.authlib.GameProfile player) static net.minecraft.network.chat.MutableComponentgetFormattedPlayerName(com.mojang.authlib.GameProfile player, boolean enableNickname, boolean enableMetadata) static StringgetRawPreferredPlayerName(com.mojang.authlib.GameProfile player) static StringgetRawPreferredPlayerName(com.mojang.authlib.GameProfile player, boolean enableNickname, boolean enableMetadata) static void
-
Constructor Details
-
BetterChatNeoforgedUtilities
public BetterChatNeoforgedUtilities()
-
-
Method Details
-
reloadConfig
public static void reloadConfig() -
getRawPreferredPlayerName
-
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)
-