public class ClickedIngredient<V> extends java.lang.Object implements IClickedIngredient<V>
Constructor and Description |
---|
ClickedIngredient(V value) |
Modifier and Type | Method and Description |
---|---|
boolean |
allowsCheating() |
V |
getValue() |
void |
setAllowsCheating() |
public ClickedIngredient(V value)
public V getValue()
getValue
in interface IClickedIngredient<V>
public void setAllowsCheating()
public boolean allowsCheating()
allowsCheating
in interface IClickedIngredient<V>