Crab.onBlock()

From 8x9craft
Revision as of 02:10, 14 August 2017 by Yokmama (talk | contribs) (Examples)
Jump to: navigation, search
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');
});
while(true){
    crab.sleep(1)
}

See also

Navigation menu

Internal error

Jump to: navigation, search
[69f334968460c8c3f31884dd] 2024-03-29 15:27:00: Fatal exception of type "Error"

Navigation menu