public interface InventoryPixelmonBase
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<net.minecraft.client.gui.widget.Widget> | getButtonList()Gets the list of buttons on the GUI. | 
| int | getGUILeft()Gets the x coordinate of the left side of the GUI. | 
| float | getZLevel()Gets the z coordinate of the inventory. | 
| void | offsetGUILeft(int offset)Adds an amount to the x coordinate of the left side of the GUI. | 
| void | refreshSearchResults() | 
| void | render(com.mojang.blaze3d.matrix.MatrixStack matrix,
      int mouseX,
      int mouseY,
      float partialTicks)Calls the superclass's drawScreen(). | 
void render(com.mojang.blaze3d.matrix.MatrixStack matrix,
            int mouseX,
            int mouseY,
            float partialTicks)
mouseX - The x coordinate of the mouse.mouseY - The y coordinate of the mouse.partialTicks - The current amount of partial ticks.float getZLevel()
int getGUILeft()
void offsetGUILeft(int offset)
offset - The amount to add to the x coordinate of the left side of the GUI.java.util.List<net.minecraft.client.gui.widget.Widget> getButtonList()
void refreshSearchResults()