Class WildfireGenderClient
java.lang.Object
com.wildfire.client.WildfireGenderClient
- API Note:
- Only use this on the client side
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable net.minecraft.network.chat.ComponentgetNametag(UUID uuid) static CompletableFuture<PlayerConfigHolder> loadGenderInfo(PlayerConfigHolder player, boolean markForSync, boolean bypassQueue) static CompletableFuture<@Nullable PlayerConfigHolder> loadGenderInfo(UUID uuid, boolean markForSync, boolean bypassQueue) static void
-
Constructor Details
-
WildfireGenderClient
public WildfireGenderClient()
-
-
Method Details
-
tryMigrate
public static void tryMigrate() -
loadGenderInfo
public static CompletableFuture<@Nullable PlayerConfigHolder> loadGenderInfo(UUID uuid, boolean markForSync, boolean bypassQueue) -
loadGenderInfo
public static CompletableFuture<PlayerConfigHolder> loadGenderInfo(PlayerConfigHolder player, boolean markForSync, boolean bypassQueue) -
getNametag
-