ModWorld

Represents a Fabric world wrapped as a PlatformWorld.

Since

2.0.0

Parameters

level

the source NMS level

Constructors

Link copied to clipboard
@ApiStatus.Internal
constructor(@NotNull level: @NotNull Level)

Functions

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 of(@NotNull level: @NotNull Level): @NotNull ModWorld
Creates a FabricWorld from the level.
Link copied to clipboard
abstract fun toString(): String