Difference between revisions of "Crab.onBlock()"

From 8x9craft
Jump to: navigation, search
(See also)
Line 19: Line 19:
 
== See also ==
 
== See also ==
 
*[[Crab (API)]]
 
*[[Crab (API)]]
 +
*[[crab.waitForBlock()]]

Revision as of 06:03, 24 March 2017

function onBlock(callback: Function): void

Set a function as an event listener that is run each time a block has been changed around the crab. That includes blocks in front, behind, to the left, to the right, above and below the crab.

Parameters:

callback: Function - function with signature (block: BlockInfo, pos: Vector3i) => void that gets called after occurrence of the event.

Examples

// Respond to a change in a block nearby.
crab.onBlock(function(block) {
    crab.say('A block of type ' + block.fullName + ' has changed somewhere around me');
});
crab.handleEvents();

See also

Navigation menu

Internal error

Jump to: navigation, search
[5379c6d9244016dcdc076749] 2024-03-29 15:16:00: Fatal exception of type "Error"

Navigation menu