Class TooltipImageEvent

java.lang.Object
com.beansgalaxy.backpacks.events.TooltipImageEvent
All Implemented Interfaces:
net.fabricmc.fabric.api.client.rendering.v1.TooltipComponentCallback

public class TooltipImageEvent extends Object implements net.fabricmc.fabric.api.client.rendering.v1.TooltipComponentCallback
  • Field Summary

    Fields inherited from interface net.fabricmc.fabric.api.client.rendering.v1.TooltipComponentCallback

    EVENT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable net.minecraft.client.gui.screens.inventory.tooltip.ClientTooltipComponent
    getComponent(net.minecraft.world.inventory.tooltip.TooltipComponent component)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TooltipImageEvent

      public TooltipImageEvent()
  • Method Details

    • getComponent

      @Nullable public @Nullable net.minecraft.client.gui.screens.inventory.tooltip.ClientTooltipComponent getComponent(net.minecraft.world.inventory.tooltip.TooltipComponent component)
      Specified by:
      getComponent in interface net.fabricmc.fabric.api.client.rendering.v1.TooltipComponentCallback