Interface RenderTooltipCallback
public interface RenderTooltipCallback
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event<RenderTooltipCallback.Item>static final net.fabricmc.fabric.api.event.Event<RenderTooltipCallback.RenderModifyColor>static final net.fabricmc.fabric.api.event.Event<RenderTooltipCallback.RenderModifyPosition>static final net.fabricmc.fabric.api.event.Event<RenderTooltipCallback.Render>
-
Field Details
-
ITEM
-
RENDER_PRE
-
RENDER_MODIFY_POSITION
static final net.fabricmc.fabric.api.event.Event<RenderTooltipCallback.RenderModifyPosition> RENDER_MODIFY_POSITION -
RENDER_MODIFY_COLOR
static final net.fabricmc.fabric.api.event.Event<RenderTooltipCallback.RenderModifyColor> RENDER_MODIFY_COLOR
-