Class LightboxState
- java.lang.Object
-
- net.runelite.client.plugins.puzzlesolver.lightbox.LightboxState
-
public class LightboxState extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LightboxState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)LightboxStatediff(LightboxState other)booleanequals(java.lang.Object o)booleangetState(int x, int y)inthashCode()voidsetState(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)
-
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
-
-