Uses of Class
mgui.io.domestic.variables.MatrixInOptions.Variable
Package | Description |
---|---|
mgui.io.domestic.variables |
-
Uses of MatrixInOptions.Variable in mgui.io.domestic.variables
Fields in mgui.io.domestic.variables declared as MatrixInOptions.Variable Modifier and Type Field Description MatrixInOptions.Variable
MatrixInOptions. as_type
Methods in mgui.io.domestic.variables that return MatrixInOptions.Variable Modifier and Type Method Description static MatrixInOptions.Variable
MatrixInOptions.Variable. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MatrixInOptions.Variable[]
MatrixInOptions.Variable. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in mgui.io.domestic.variables with parameters of type MatrixInOptions.Variable Constructor Description MatrixFileLoader(java.io.File file, MatrixInOptions.Format format, MatrixInOptions.Variable as_type)
Constructs this loader with the specified format and type.