deserialize

@NotNull
open fun deserialize(@NotNull data: @NotNull YamlObject): @NotNull WorldWrapper

Finds world from YAML.

Return

location

Parameters

data

raw data


@NotNull
open fun deserialize(@NotNull data: @NotNull JsonObject): @NotNull WorldWrapper

Finds world from JSON.

Return

location

Parameters

data

raw data