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

x/replcraft/lib/block/block.ts>BlockUpdateEvent

A library to control special structures on the ReplCraft Minecraft server
Latest
interface BlockUpdateEvent
import { type BlockUpdateEvent } from "https://deno.land/x/replcraft@v1.1.0/lib/block/block.ts";

Properties

location: Location

Location of the block, which was updated

Cause of the block update trigger

old: Block

Previous block state

block: Block

Current, updated block state