Class ClientFunctions

java.lang.Object
net.trique.wardentools.util.ClientFunctions

public class ClientFunctions extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.client.player.LocalPlayer
     
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()