placeFakeBlock

abstract fun placeFakeBlock(player: Player, location: Location, material: Material)

Sends a fake block placement packet to the player at the given location.

Parameters

player

The target player.

location

The location where the fake block appears.

material

The material of the fake block.