Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/replcraft/lib/block/block.ts>Block.from

A library to control special structures on the ReplCraft Minecraft server
Latest
method Block.from
import { Block } from "https://deno.land/x/replcraft@v1.1.0/lib/block/block.ts";

Parse the specified block data into a usable format.

Parameters

name: string

ReplCraft-specific block string to parse

Returns

Parsed block instance