Uses of Class
net.runelite.client.plugins.loottracker.LootTrackerPriceType
-
Packages that use LootTrackerPriceType Package Description net.runelite.client.plugins.loottracker -
-
Uses of LootTrackerPriceType in net.runelite.client.plugins.loottracker
Methods in net.runelite.client.plugins.loottracker that return LootTrackerPriceType Modifier and Type Method Description default LootTrackerPriceTypeLootTrackerConfig. priceType()static LootTrackerPriceTypeLootTrackerPriceType. valueOf(String name)Returns the enum constant of this type with the specified name.static LootTrackerPriceType[]LootTrackerPriceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-