Interface ItemTooltipCallback
Deprecated.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getTooltip
(ItemStack stack, TooltipContext tooltipContext, List<Text> lines) Deprecated.Called when an item stack's tooltip is rendered.
-
Field Details
-
EVENT
Deprecated.Fired after the game has appended all base tooltip lines to the list.
-
-
Method Details
-
getTooltip
Deprecated.Called when an item stack's tooltip is rendered. Text added tolines
will be rendered with the tooltip.- Parameters:
lines
- the list containing the lines of text displayed on the stack's tooltip
-
ItemTooltipCallback