world

fun PaperLiteralNode.world(name: String, block: PaperArgumentNode<World>.() -> Unit)

Adds a World argument. @see PaperContext.world


fun PaperContext.world(name: String): World

Returns the parsed World. @see PaperLiteralNode.world