public static class GuiOptionsRowList.Row extends java.lang.Object implements GuiListExtended.IGuiListEntry
| Constructor and Description | 
|---|
| Row(GuiButton p_i45014_1_,
   GuiButton p_i45014_2_) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | drawEntry(int slotIndex,
         int x,
         int y,
         int listWidth,
         int slotHeight,
         int mouseX,
         int mouseY,
         boolean isSelected) | 
| boolean | mousePressed(int slotIndex,
            int p_148278_2_,
            int p_148278_3_,
            int p_148278_4_,
            int p_148278_5_,
            int p_148278_6_)Returns true if the mouse has been pressed on this control. | 
| void | mouseReleased(int slotIndex,
             int x,
             int y,
             int mouseEvent,
             int relativeX,
             int relativeY)Fired when the mouse button is released. | 
| void | setSelected(int p_178011_1_,
           int p_178011_2_,
           int p_178011_3_) | 
public void drawEntry(int slotIndex,
                      int x,
                      int y,
                      int listWidth,
                      int slotHeight,
                      int mouseX,
                      int mouseY,
                      boolean isSelected)
drawEntry in interface GuiListExtended.IGuiListEntrypublic boolean mousePressed(int slotIndex,
                            int p_148278_2_,
                            int p_148278_3_,
                            int p_148278_4_,
                            int p_148278_5_,
                            int p_148278_6_)
mousePressed in interface GuiListExtended.IGuiListEntrypublic void mouseReleased(int slotIndex,
                          int x,
                          int y,
                          int mouseEvent,
                          int relativeX,
                          int relativeY)
mouseReleased in interface GuiListExtended.IGuiListEntrypublic void setSelected(int p_178011_1_,
                        int p_178011_2_,
                        int p_178011_3_)
setSelected in interface GuiListExtended.IGuiListEntry