Package net.runelite.api.events
Class PostStructComposition
- java.lang.Object
-
- net.runelite.api.events.PostStructComposition
-
public class PostStructComposition extends Object
An event called after a newStructComposition
is created and its data is initialized.
-
-
Constructor Summary
Constructors Constructor Description PostStructComposition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
StructComposition
getStructComposition()
The newly created struct.int
hashCode()
void
setStructComposition(StructComposition structComposition)
The newly created struct.String
toString()
-
-
-
Method Detail
-
getStructComposition
public StructComposition getStructComposition()
The newly created struct.
-
setStructComposition
public void setStructComposition(StructComposition structComposition)
The newly created struct.
-
canEqual
protected boolean canEqual(Object other)
-
-