Uses of Class
com.badlogic.gdx.utils.JsonValue.ValueType
-
Packages that use JsonValue.ValueType Package Description com.badlogic.gdx.utils -
-
Uses of JsonValue.ValueType in com.badlogic.gdx.utils
Methods in com.badlogic.gdx.utils that return JsonValue.ValueType Modifier and Type Method Description JsonValue.ValueTypeJsonValue. type()static JsonValue.ValueTypeJsonValue.ValueType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JsonValue.ValueType[]JsonValue.ValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.badlogic.gdx.utils with parameters of type JsonValue.ValueType Modifier and Type Method Description voidJsonValue. setType(JsonValue.ValueType type)Constructors in com.badlogic.gdx.utils with parameters of type JsonValue.ValueType Constructor Description JsonValue(JsonValue.ValueType type)
-