Class: PlayerPlaceBlockAfterEvent
Contains information regarding an event where a player places a block.
Extends
Constructors
new PlayerPlaceBlockAfterEvent()
private
new PlayerPlaceBlockAfterEvent():PlayerPlaceBlockAfterEvent
Returns
Overrides
Properties
block
readonly
block:Block
Remarks
Block impacted by this event.
Inherited from
dimension
readonly
dimension:Dimension
Remarks
Dimension that contains the block that is the subject of this event.
Inherited from
player
readonly
player:Player
Remarks
Player that placed the block for this event.