Class IParamValue
java.lang.Object
studio.magemonkey.codex.util.actions.params.IParamValue
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionIParamValue(boolean b) IParamValue(double d) IParamValue(double[] arr) IParamValue(int i) IParamValue(String str) IParamValue(String[] str) IParamValue(List<String> list) -
Method Summary
Modifier and TypeMethodDescriptionbooleandoublegetDouble(double def) double[]intgetInt(int def) getRaw()booleanbooleanbooleanhasInt()booleanbooleanbooleanvoidsetBoolean(boolean b) voidsetDouble(double d) voidsetDoubleArray(double[] arr) voidsetInt(int integer) voidvoidvoid
-
Constructor Details
-
IParamValue
public IParamValue() -
IParamValue
public IParamValue(int i) -
IParamValue
public IParamValue(double d) -
IParamValue
public IParamValue(double[] arr) -
IParamValue
public IParamValue(boolean b) -
IParamValue
-
IParamValue
-
IParamValue
-
-
Method Details
-
getRaw
-
setRaw
-
getInt
public int getInt(int def) -
hasInt
public boolean hasInt() -
setInt
public void setInt(int integer) -
getDouble
public double getDouble(double def) -
hasDouble
public boolean hasDouble() -
setDouble
public void setDouble(double d) -
getDoubleArray
public double[] getDoubleArray() -
hasDoubleArray
public boolean hasDoubleArray() -
setDoubleArray
public void setDoubleArray(double[] arr) -
getBoolean
public boolean getBoolean() -
setBoolean
public void setBoolean(boolean b) -
hasOperator
public boolean hasOperator() -
getOperator
-
setOperator
-
getString
-
hasString
public boolean hasString() -
setString
-
getStringList
-
hasStringList
public boolean hasStringList()
-