Package net.runelite.api.events
Class PostStructComposition
- java.lang.Object
-
- net.runelite.api.events.PostStructComposition
-
public class PostStructComposition extends java.lang.ObjectAn event called after a newStructCompositionis 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 booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)StructCompositiongetStructComposition()The newly created struct.inthashCode()voidsetStructComposition(StructComposition structComposition)The newly created struct.java.lang.StringtoString()
-
-
-
Method Detail
-
getStructComposition
public StructComposition getStructComposition()
The newly created struct.
-
setStructComposition
public void setStructComposition(StructComposition structComposition)
The newly created struct.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-