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