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

x/minecraft_lib/nbt/mod.ts>CompoundTag#setCompound

A collection of modules that can be used to build Minecraft servers, clients, utilities and other tools.
Latest
method CompoundTag.prototype.setCompound
Re-export
import { CompoundTag } from "https://deno.land/x/minecraft_lib@0.1.0/nbt/mod.ts";

Parameters

key: string
value: Record<string, Tag>

Parameters

key: string
value: Map<string, Tag>

Parameters

key: string
value: Iterable<[string, Tag]>