Uses of Interface
net.runelite.api.StructComposition
-
Packages that use StructComposition Package Description net.runelite.api net.runelite.api.events -
-
Uses of StructComposition in net.runelite.api
Methods in net.runelite.api that return StructComposition Modifier and Type Method Description StructCompositionClient. getStructComposition(int structID)Gets theStructCompositionfor a given struct ID -
Uses of StructComposition in net.runelite.api.events
Methods in net.runelite.api.events that return StructComposition Modifier and Type Method Description StructCompositionPostStructComposition. getStructComposition()The newly created struct.Methods in net.runelite.api.events with parameters of type StructComposition Modifier and Type Method Description voidPostStructComposition. setStructComposition(StructComposition structComposition)The newly created struct.
-