Interface ClientTooltipEvent.AdditionalContexts

All Known Implementing Classes:
TooltipAdditionalContextsImpl
Enclosing interface:
ClientTooltipEvent

@NonExtendable public static interface ClientTooltipEvent.AdditionalContexts
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable net.minecraft.world.item.ItemStack
     
    void
    setItem(@Nullable net.minecraft.world.item.ItemStack stack)
     
  • Method Details

    • getItem

      @Nullable @Nullable net.minecraft.world.item.ItemStack getItem()
    • setItem

      void setItem(@Nullable @Nullable net.minecraft.world.item.ItemStack stack)