Class CookingData
- java.lang.Object
-
- net.runelite.client.plugins.crowdsourcing.cooking.CookingData
-
public class CookingData extends Object
-
-
Constructor Summary
Constructors Constructor Description CookingData(String message, boolean hasCookingGauntlets, boolean inHosidiusKitchen, boolean kourendElite, int lastGameObjectClicked, int level)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
getLastGameObjectClicked()
int
getLevel()
String
getMessage()
int
hashCode()
boolean
isHasCookingGauntlets()
boolean
isInHosidiusKitchen()
boolean
isKourendElite()
String
toString()
-
-
-
Constructor Detail
-
CookingData
public CookingData(String message, boolean hasCookingGauntlets, boolean inHosidiusKitchen, boolean kourendElite, int lastGameObjectClicked, int level)
-
-
Method Detail
-
getMessage
public String getMessage()
-
isHasCookingGauntlets
public boolean isHasCookingGauntlets()
-
isInHosidiusKitchen
public boolean isInHosidiusKitchen()
-
isKourendElite
public boolean isKourendElite()
-
getLastGameObjectClicked
public int getLastGameObjectClicked()
-
getLevel
public int getLevel()
-
canEqual
protected boolean canEqual(Object other)
-
-