Interface IAlyzerPlugin


public interface IAlyzerPlugin
Used to display information in the Portable Analyzer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    drawAnalyticsPage1(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.screens.Screen gui, net.minecraft.world.item.ItemStack stack)
     
    void
    drawAnalyticsPage2(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.screens.Screen gui, net.minecraft.world.item.ItemStack stack)
     
    void
    drawAnalyticsPage3(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.screens.Screen gui, net.minecraft.world.item.ItemStack stack)
     
    The hints that will be shown in the alyzer gui.
    Map<ISpecies<?>,net.minecraft.world.item.ItemStack>
     
  • Method Details

    • drawAnalyticsPage1

      void drawAnalyticsPage1(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.screens.Screen gui, net.minecraft.world.item.ItemStack stack)
    • drawAnalyticsPage2

      void drawAnalyticsPage2(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.screens.Screen gui, net.minecraft.world.item.ItemStack stack)
    • drawAnalyticsPage3

      void drawAnalyticsPage3(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.screens.Screen gui, net.minecraft.world.item.ItemStack stack)
    • getHints

      List<String> getHints()
      The hints that will be shown in the alyzer gui.
    • getIconStacks

      Map<ISpecies<?>,net.minecraft.world.item.ItemStack> getIconStacks()
      Returns:
      Icon stacks used by this plugin for rendering.