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