Uses of Class
net.runelite.client.events.ClientShutdown
-
Packages that use ClientShutdown Package Description net.runelite.client.plugins.loottracker net.runelite.client.plugins.xptracker -
-
Uses of ClientShutdown in net.runelite.client.plugins.loottracker
Methods in net.runelite.client.plugins.loottracker with parameters of type ClientShutdown Modifier and Type Method Description void
LootTrackerPlugin. onClientShutdown(ClientShutdown event)
-
Uses of ClientShutdown in net.runelite.client.plugins.xptracker
Methods in net.runelite.client.plugins.xptracker with parameters of type ClientShutdown Modifier and Type Method Description void
XpTrackerPlugin. onClientShutdown(ClientShutdown event)
-