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