Package net.trique.wardentools.util
Class ClientFunctions
java.lang.Object
net.trique.wardentools.util.ClientFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.client.player.LocalPlayerstatic voidhandleTooltipForArmor(net.minecraft.world.item.ItemStack stack, List<net.minecraft.network.chat.Component> tooltips, net.minecraft.network.chat.MutableComponent successTooltip, net.minecraft.ChatFormatting color, net.minecraft.world.item.ArmorMaterial material)
-
Constructor Details
-
ClientFunctions
public ClientFunctions()
-
-
Method Details
-
handleTooltipForArmor
public static void handleTooltipForArmor(net.minecraft.world.item.ItemStack stack, List<net.minecraft.network.chat.Component> tooltips, net.minecraft.network.chat.MutableComponent successTooltip, net.minecraft.ChatFormatting color, net.minecraft.world.item.ArmorMaterial material) -
getLocalPlayer
public static net.minecraft.client.player.LocalPlayer getLocalPlayer()
-