UNPKG

@tendrock/lib

Version:

A lib under the Tendrock system for Minecraft Bedrock Script API

6 lines (5 loc) 184 B
export class EntityNoContainerError extends Error { constructor(entity) { super(`EntityNoContainerError: Entity - "${entity.typeId}" doesn't have any container!`); } }