Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/minecraft_lib/nbt/tag.ts>Tag#[Symbol.for("Deno.customInspect")]

A collection of modules that can be used to build Minecraft servers, clients, utilities and other tools.
Latest
method Tag.prototype.[Symbol.for("Deno.customInspect")]
import { Tag } from "https://deno.land/x/minecraft_lib@0.1.0/nbt/tag.ts";

Parameters

inspect: Deno.inspect
opts: Deno.InspectOptions & { indentLevel: number; depth: number; }