Cancellable
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
block
canBuild, cancel, hand, itemInHand, placedAgainst, player, replacedBlockState
Constructor | Description |
---|---|
BlockMultiPlaceEvent(List<BlockState> states,
Block clicked,
ItemStack itemInHand,
Player thePlayer,
boolean canBuild) |
Modifier and Type | Method | Description |
---|---|---|
List<BlockState> |
getReplacedBlockStates() |
Gets a list of blockstates for all blocks which were replaced by the
placement of the new blocks.
|
getBlock
canBuild, getBlockAgainst, getBlockPlaced, getBlockReplacedState, getHand, getHandlerList, getHandlers, getItemInHand, getPlayer, isCancelled, setBuild, setCancelled
getEventName, isAsynchronous
public BlockMultiPlaceEvent(@NotNull List<BlockState> states, @NotNull Block clicked, @NotNull ItemStack itemInHand, @NotNull Player thePlayer, boolean canBuild)
@NotNull public List<BlockState> getReplacedBlockStates()
Copyright © 2019. All rights reserved.