public class BlockCarpet extends BlockNeedsAttached
ItemType.ContextADJACENT, drops, placeSound, SIDES| Constructor and Description |
|---|
BlockCarpet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPlaceAt(GlowPlayer player,
GlowBlock block,
org.bukkit.block.BlockFace against)
Check whether the block can be placed at the given location.
|
canAttachTo, dropMe, getAttachedFace, onNearBlockChanged, updatePhysicsAfterEventafterDestroy, afterPlace, blockDestroy, blockInteract, canAbsorb, canOverride, canTickRandomly, createBlockEntity, getDrops, getMinedDrops, getOppositeBlockFace, getPlaceAs, getPlaceSound, getPulseTickSpeed, isPulseOnce, leftClickBlock, onBlockChanged, onEntityStep, onRedstoneUpdate, placeBlock, receivePulse, requestPulse, rightClickBlock, setDrops, setPlaceSound, updateBlock, updatePhysics, warnMaterialDatagetContext, getId, getMaterial, getMaxStackSize, rightClickAir, setId, setMaterial, setMaxStackSize, setPlaceAs, setPlaceAs, toStringpublic boolean canPlaceAt(GlowPlayer player, GlowBlock block, org.bukkit.block.BlockFace against)
BlockTypecanPlaceAt in class BlockNeedsAttachedplayer - The player who placed the block.block - The location the block is being placed at.against - The face the block is being placed against.Copyright © 2021. All rights reserved.