Annotation Interface TooltipMarker
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionintThe number of components the tooltip contains.Class<? extends DynamicTooltip> A class to handle dynamic tooltips.The key to use for the tooltip.net.minecraft.ChatFormatting[]An array ofChatFormattingstyles to apply to the tooltip.
-
Element Details
-
style
net.minecraft.ChatFormatting[] styleAn array ofChatFormattingstyles to apply to the tooltip.- Default:
{}
-
components
int componentsThe number of components the tooltip contains. Each component will be represented with an integer appended to the item name, if more than one exist. Used for simple tooltips.- Default:
1
-
key
-
dynamicTooltip
Class<? extends DynamicTooltip> dynamicTooltipA class to handle dynamic tooltips. SeeDynamicTooltipfor more information.- Default:
tech.anonymoushacker1279.immersiveweapons.client.tooltip.DynamicTooltip.class
-