Class: PlayerPlaceBlockAfterEventSignal
Manages callbacks that are connected to when a block is placed by a player.
Constructors
new PlayerPlaceBlockAfterEventSignal()
private
new PlayerPlaceBlockAfterEventSignal():PlayerPlaceBlockAfterEventSignal
Returns
PlayerPlaceBlockAfterEventSignal
Methods
subscribe()
subscribe(
callback
,options
?): (arg
) =>void
Parameters
Parameter | Type |
---|---|
callback | (arg ) => void |
options ? | BlockEventOptions |
Returns
Function
Parameters
Parameter | Type |
---|---|
arg | PlayerPlaceBlockAfterEvent |
Returns
void