inventorysetups: Private/protected field/method
This commit is contained in:
@@ -42,7 +42,7 @@ import net.runelite.client.ui.ColorScheme;
|
|||||||
@Singleton
|
@Singleton
|
||||||
abstract class InventorySetupContainerPanel extends JPanel
|
abstract class InventorySetupContainerPanel extends JPanel
|
||||||
{
|
{
|
||||||
protected final ItemManager itemManager;
|
private final ItemManager itemManager;
|
||||||
|
|
||||||
private final InventorySetupPlugin plugin;
|
private final InventorySetupPlugin plugin;
|
||||||
|
|
||||||
@@ -128,5 +128,5 @@ abstract class InventorySetupContainerPanel extends JPanel
|
|||||||
containerSlot.setBackground(ColorScheme.DARKER_GRAY_COLOR);
|
containerSlot.setBackground(ColorScheme.DARKER_GRAY_COLOR);
|
||||||
}
|
}
|
||||||
|
|
||||||
abstract public void setupContainerPanel(final JPanel containerSlotsPanel);
|
protected abstract void setupContainerPanel(final JPanel containerSlotsPanel);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user