Class LightboxState
- java.lang.Object
-
- net.runelite.client.plugins.puzzlesolver.lightbox.LightboxState
-
public class LightboxState extends Object
-
-
Constructor Summary
Constructors Constructor Description LightboxState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
LightboxState
diff(LightboxState other)
boolean
equals(Object o)
boolean
getState(int x, int y)
int
hashCode()
void
setState(int x, int y, boolean s)
-
-
-
Method Detail
-
setState
public void setState(int x, int y, boolean s)
-
getState
public boolean getState(int x, int y)
-
diff
public LightboxState diff(LightboxState other)
-
canEqual
protected boolean canEqual(Object other)
-
-