public class Vector2dJsonLoader extends JsonLoader
Class Vector2dJsonLoader. Provides vector2djsonloader functionality for the Hytale server.
java.lang.Object > JsonLoader > Vector2dJsonLoader
Field Summary
array
final
JsonArray
array
Field array.
value
final
double
value
Field value.
x
final
double
x
Field x.
y
final
double
y
Field y.
object
final
JsonObject
object
Field object.
Method Detail
Vector2dJsonLoader
public
public
Vector2dJsonLoader
(final SeedString seed, final Path dataFolder, final JsonElement json)
Method Vector2dJsonLoader.
- Parameters:
final SeedStringseedfinal PathdataFolderfinal JsonElementjson