public class BlockEnderChest extends BlockNeedsTool
ItemType.ContextADJACENT, drops, placeSound, SIDES| Constructor and Description |
|---|
BlockEnderChest() |
| 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.
|
protected MaterialMatcher |
getNeededMiningTool(GlowBlock block) |
void |
placeBlock(GlowPlayer player,
GlowBlockState state,
org.bukkit.block.BlockFace face,
org.bukkit.inventory.ItemStack holding,
org.bukkit.util.Vector clickedLoc)
Called when a block is placed to calculate what the block will become.
|
getDropsafterDestroy, afterPlace, blockDestroy, canAbsorb, canOverride, canPlaceAt, canTickRandomly, createBlockEntity, getMinedDrops, getOppositeBlockFace, getPlaceAs, getPlaceSound, getPulseTickSpeed, isPulseOnce, leftClickBlock, onBlockChanged, onEntityStep, onNearBlockChanged, onRedstoneUpdate, receivePulse, requestPulse, rightClickBlock, setDrops, setPlaceSound, updateBlock, updatePhysics, updatePhysicsAfterEvent, warnMaterialDatagetContext, getId, getMaterial, getMaxStackSize, rightClickAir, setId, setMaterial, setMaxStackSize, setPlaceAs, setPlaceAs, toStringpublic 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 occurredpublic void placeBlock(GlowPlayer player, GlowBlockState state, org.bukkit.block.BlockFace face, org.bukkit.inventory.ItemStack holding, org.bukkit.util.Vector clickedLoc)
BlockTypeplaceBlock in class BlockTypeplayer - the player who placed the blockstate - the BlockState to editface - the face off which the block is being placedholding - the ItemStack that was being heldclickedLoc - where in the block the click occurredprotected MaterialMatcher getNeededMiningTool(GlowBlock block)
getNeededMiningTool in class BlockNeedsToolCopyright © 2021. All rights reserved.