public class BlockMultiPlaceEvent extends BlockPlaceEvent
BlockPlaceEvent.getBlockPlaced()
and its related methods is the block where
the placed block would exist if the placement only affected a single
block.Event.Result
canBuild, cancel, hand, itemInHand, placedAgainst, player, replacedBlockState
block
Constructor and Description |
---|
BlockMultiPlaceEvent(@NotNull List<BlockState> states,
@NotNull Block clicked,
@NotNull ItemStack itemInHand,
@NotNull Player thePlayer,
boolean canBuild)
Deprecated.
|
BlockMultiPlaceEvent(@NotNull List<BlockState> states,
@NotNull Block clicked,
@NotNull ItemStack itemInHand,
@NotNull Player thePlayer,
boolean canBuild,
EquipmentSlot hand) |
Modifier and Type | Method and Description |
---|---|
@NotNull List<BlockState> |
getReplacedBlockStates()
Gets a list of blockstates for all blocks which were replaced by the
placement of the new blocks.
|
canBuild, getBlockAgainst, getBlockPlaced, getBlockReplacedState, getHand, getHandlerList, getHandlers, getItemInHand, getPlayer, isCancelled, setBuild, setCancelled
getBlock
callEvent, getEventName, isAsynchronous
@Deprecated public BlockMultiPlaceEvent(@NotNull @NotNull List<BlockState> states, @NotNull @NotNull Block clicked, @NotNull @NotNull ItemStack itemInHand, @NotNull @NotNull Player thePlayer, boolean canBuild)
@NotNull public @NotNull List<BlockState> getReplacedBlockStates()
Copyright © 2021. All rights reserved.