Uses of Interface
net.minecraft.client.item.TooltipContext
Packages that use TooltipContext
Package
Description
The base package for all Minecraft classes.
-
Uses of TooltipContext in net.minecraft
Methods in net.minecraft with parameters of type TooltipContextModifier and TypeMethodDescriptionvoidclass_9282.method_57409(Consumer<Text> consumer, TooltipContext tooltipContext) voidclass_9283.method_57409(Consumer<Text> consumer, TooltipContext tooltipContext) voidclass_9284.method_57409(Consumer<Text> consumer, TooltipContext tooltipContext) voidclass_9290.method_57409(Consumer<Text> consumer, TooltipContext tooltipContext) voidclass_9299.method_57409(Consumer<Text> consumer, TooltipContext tooltipContext) voidclass_9300.method_57409(Consumer<Text> consumer, TooltipContext tooltipContext) voidclass_9304.method_57409(Consumer<Text> consumer, TooltipContext tooltipContext) -
Uses of TooltipContext in net.minecraft.block
Methods in net.minecraft.block with parameters of type TooltipContextModifier and TypeMethodDescriptionvoidBlock.appendTooltip(ItemStack stack, @Nullable BlockView world, List<Text> tooltip, TooltipContext options, @Nullable DynamicRegistryManager registryManager) Appends tooltips to a stack of this block's corresponding block item.voidDecoratedPotBlock.appendTooltip(ItemStack stack, @Nullable BlockView world, List<Text> tooltip, TooltipContext options, @Nullable DynamicRegistryManager registryManager) Appends tooltips to a stack of this block's corresponding block item.voidShulkerBoxBlock.appendTooltip(ItemStack stack, @Nullable BlockView world, List<Text> tooltip, TooltipContext options, @Nullable DynamicRegistryManager registryManager) Appends tooltips to a stack of this block's corresponding block item.voidSpawnerBlock.appendTooltip(ItemStack stack, @Nullable BlockView world, List<Text> tooltip, TooltipContext options, @Nullable DynamicRegistryManager registryManager) Appends tooltips to a stack of this block's corresponding block item.voidTrialSpawnerBlock.appendTooltip(ItemStack stack, @Nullable BlockView world, List<Text> tooltip, TooltipContext options, @Nullable DynamicRegistryManager registryManager) Appends tooltips to a stack of this block's corresponding block item. -
Uses of TooltipContext in net.minecraft.client.item
Classes in net.minecraft.client.item that implement TooltipContext -
Uses of TooltipContext in net.minecraft.item
Methods in net.minecraft.item with parameters of type TooltipContextModifier and TypeMethodDescriptionvoidAirBlockItem.appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidBannerItem.appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidBannerPatternItem.appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidBlockItem.appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidBundleItem.appendTooltip(ItemStack stack, World world, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidCrossbowItem.appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidDecorationItem.appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidDiscFragmentItem.appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidEntityBucketItem.appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidFilledMapItem.appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidFireworkRocketItem.appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidFireworkStarItem.appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidGoatHornItem.appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidItem.appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidLingeringPotionItem.appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidMusicDiscItem.appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidPotionItem.appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidShieldItem.appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidSmithingTemplateItem.appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidSuspiciousStewItem.appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidTippedArrowItem.appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidWrittenBookItem.appendTooltip(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.ItemStack.getTooltip(@Nullable PlayerEntity player, TooltipContext context) private <T extends class_9299>
voidItemStack.method_57369(class_9331<T> class_9331, Consumer<Text> consumer, TooltipContext tooltipContext) -
Uses of TooltipContext in net.minecraft.item.trim
Methods in net.minecraft.item.trim with parameters of type TooltipContextModifier and TypeMethodDescriptionvoidArmorTrim.method_57409(Consumer<Text> consumer, TooltipContext tooltipContext)