Package forestry.api.genetics
Interface IAlyzerPlugin
public interface IAlyzerPlugin
Used to display information in the Portable Analyzer.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddrawAnalyticsPage1(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.screens.Screen gui, net.minecraft.world.item.ItemStack stack) voiddrawAnalyticsPage2(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.screens.Screen gui, net.minecraft.world.item.ItemStack stack) voiddrawAnalyticsPage3(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.screens.Screen gui, net.minecraft.world.item.ItemStack stack) getHints()The hints that will be shown in the alyzer gui.
-
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
The hints that will be shown in the alyzer gui. -
getIconStacks
- Returns:
- Icon stacks used by this plugin for rendering.
-