public class BlockFence extends BlockDirectDrops
ItemType.ContextADJACENT, drops, placeSound, SIDES| Constructor and Description |
|---|
BlockFence(org.bukkit.Material dropType) |
BlockFence(org.bukkit.Material dropType,
MaterialMatcher neededTool) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
blockInteract(GlowPlayer player,
GlowBlock block,
org.bukkit.block.BlockFace face,
org.bukkit.util.Vector clickedLoc)
Called when a player attempts to interact with (right-click) a block of this type already in
the world.
|
getDrops, getMinedDrops, getNeededMiningToolgetDropsafterDestroy, afterPlace, blockDestroy, canAbsorb, canOverride, canPlaceAt, canTickRandomly, createBlockEntity, getOppositeBlockFace, getPlaceAs, getPlaceSound, getPulseTickSpeed, isPulseOnce, leftClickBlock, onBlockChanged, onEntityStep, onNearBlockChanged, onRedstoneUpdate, placeBlock, receivePulse, requestPulse, rightClickBlock, setDrops, setPlaceSound, updateBlock, updatePhysics, updatePhysicsAfterEvent, warnMaterialDatagetContext, getId, getMaterial, getMaxStackSize, rightClickAir, setId, setMaterial, setMaxStackSize, setPlaceAs, setPlaceAs, toStringpublic BlockFence(org.bukkit.Material dropType,
MaterialMatcher neededTool)
public BlockFence(org.bukkit.Material dropType)
public boolean blockInteract(GlowPlayer player, GlowBlock block, org.bukkit.block.BlockFace face, org.bukkit.util.Vector clickedLoc)
BlockTypeblockInteract in class BlockTypeplayer - the player interactingblock - the block interacted withface - the clicked faceclickedLoc - where in the block the click occurredCopyright © 2021. All rights reserved.