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

x/replcraft/lib/world/entity.ts>Entity.from

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

Create a new entity instance from a ReplCraft-usable entity format.

Parameters

unnamed 0: EntityData

Data of the entity

Returns

New entity instance