Package com.beansgalaxy.backpacks.events
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 -
Method Summary
Modifier and TypeMethodDescription@Nullable net.minecraft.client.gui.screens.inventory.tooltip.ClientTooltipComponentgetComponent(net.minecraft.world.inventory.tooltip.TooltipComponent component)
-
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:
getComponentin interfacenet.fabricmc.fabric.api.client.rendering.v1.TooltipComponentCallback
-