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

x/replcraft/lib/client.ts>Client#watch

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

Watch a block for updates. This may not catch all possible block updates.

Parameters

unnamed 0: Location

Location of the block to watch for updates

Returns

Promise<void>