Uses of Class
net.runelite.client.plugins.raids.RaidRoom
-
Packages that use RaidRoom Package Description net.runelite.client.plugins.raids -
-
Uses of RaidRoom in net.runelite.client.plugins.raids
Methods in net.runelite.client.plugins.raids that return RaidRoom Modifier and Type Method Description RaidRoom
Raid. getRoom(int position)
RaidRoom[]
Raid. getRooms()
static RaidRoom
RaidRoom. valueOf(String name)
Returns the enum constant of this type with the specified name.static RaidRoom[]
RaidRoom. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.client.plugins.raids with parameters of type RaidRoom Modifier and Type Method Description void
Raid. setRoom(RaidRoom room, int position)
-