Package net.runelite.api.events
Class ResizeableChanged
- java.lang.Object
-
- net.runelite.api.events.ResizeableChanged
-
public class ResizeableChanged extends Object
An event where the game has changed from fixed to resizable mode or vice versa.
-
-
Constructor Summary
Constructors Constructor Description ResizeableChanged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
hashCode()
boolean
isResized()
Whether the game is in resizable mode.void
setResized(boolean isResized)
Whether the game is in resizable mode.String
toString()
-
-
-
Method Detail
-
isResized
public boolean isResized()
Whether the game is in resizable mode.
-
setResized
public void setResized(boolean isResized)
Whether the game is in resizable mode.
-
canEqual
protected boolean canEqual(Object other)
-
-