config: (Package) private class/field/method
This commit is contained in:
@@ -34,7 +34,7 @@ import net.runelite.client.config.Keybind;
|
|||||||
import net.runelite.client.config.ModifierlessKeybind;
|
import net.runelite.client.config.ModifierlessKeybind;
|
||||||
|
|
||||||
@Singleton
|
@Singleton
|
||||||
public class HotkeyButton extends JButton
|
class HotkeyButton extends JButton
|
||||||
{
|
{
|
||||||
@Getter(AccessLevel.PACKAGE)
|
@Getter(AccessLevel.PACKAGE)
|
||||||
private Keybind value;
|
private Keybind value;
|
||||||
@@ -63,7 +63,7 @@ public class HotkeyButton extends JButton
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setValue(Keybind value)
|
private void setValue(Keybind value)
|
||||||
{
|
{
|
||||||
if (value == null)
|
if (value == null)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ public class PluginListItem extends JPanel
|
|||||||
private static final ImageIcon OFF_STAR;
|
private static final ImageIcon OFF_STAR;
|
||||||
|
|
||||||
private final ConfigPanel configPanel;
|
private final ConfigPanel configPanel;
|
||||||
public final ConfigManager configManager;
|
private final ConfigManager configManager;
|
||||||
|
|
||||||
@Getter
|
@Getter
|
||||||
@Nullable
|
@Nullable
|
||||||
|
|||||||
Reference in New Issue
Block a user