WorldWrapper

A wrapper class of world

Parameters

name

world name

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@NotNull
open fun deserialize(@NotNull data: @NotNull JsonObject): @NotNull WorldWrapper
Finds world from json.
@NotNull
open fun deserialize(@NotNull data: @NotNull YamlObject): @NotNull WorldWrapper
Finds world from yaml.
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun serialize(): @NotNull Map<String, Any>
Serializes to map.
Link copied to clipboard
abstract fun toString(): String