Interface IDocsProvider

All Known Implementing Classes:
IDocsProvider.NoDocsProvider, Patchouli

public interface IDocsProvider
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    addTooltip(List<net.minecraft.network.chat.Component> tooltip, boolean showingAll)
     
    default boolean
     
    void
     
  • Method Details

    • showWidgetDocs

      void showWidgetDocs(String path)
    • addTooltip

      default void addTooltip(List<net.minecraft.network.chat.Component> tooltip, boolean showingAll)
    • isInstalled

      default boolean isInstalled()