UNPKG

@tendrock/core

Version:

The core package of the Tendrock system for Minecraft Bedrock Script API

7 lines (6 loc) 134 B
import { Tendrock } from "../Tendrock"; export class IdRefs { static get(id) { return Tendrock.getIdentifier(id); } }