public class BlockSnow extends BlockNeedsAttached
ItemType.ContextADJACENT, drops, placeSound, SIDES| Constructor and Description |
|---|
BlockSnow() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canAbsorb(GlowBlock block,
org.bukkit.block.BlockFace face,
org.bukkit.inventory.ItemStack holding)
Called when a player attempts to place a block on an existing block of this type.
|
boolean |
canOverride(GlowBlock block,
org.bukkit.block.BlockFace face,
org.bukkit.inventory.ItemStack holding)
Called to check if this block can be overridden by a block place which would occur inside it.
|
boolean |
canTickRandomly()
Called to check if this block can perform random tick updates.
|
Collection<org.bukkit.inventory.ItemStack> |
getDrops(GlowBlock block,
org.bukkit.inventory.ItemStack tool)
Get the items that will be dropped by digging the 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.
|
void |
updateBlock(GlowBlock block)
Called when this block needs to be updated.
|
canAttachTo, canPlaceAt, dropMe, getAttachedFace, onNearBlockChanged, updatePhysicsAfterEventafterDestroy, afterPlace, blockDestroy, blockInteract, createBlockEntity, getMinedDrops, getOppositeBlockFace, getPlaceAs, getPlaceSound, getPulseTickSpeed, isPulseOnce, leftClickBlock, onBlockChanged, onEntityStep, onRedstoneUpdate, receivePulse, requestPulse, rightClickBlock, setDrops, setPlaceSound, updatePhysics, warnMaterialDatagetContext, getId, getMaterial, getMaxStackSize, rightClickAir, setId, setMaterial, setMaxStackSize, setPlaceAs, setPlaceAs, toStringpublic boolean canAbsorb(GlowBlock block, org.bukkit.block.BlockFace face, org.bukkit.inventory.ItemStack holding)
BlockTypepublic boolean canOverride(GlowBlock block, org.bukkit.block.BlockFace face, org.bukkit.inventory.ItemStack holding)
BlockTypecanOverride in class BlockTypeblock - The block being targeted by the placementface - The face on which the click occurredholding - The ItemStack the player was holdingpublic 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 occurredpublic Collection<org.bukkit.inventory.ItemStack> getDrops(GlowBlock block, org.bukkit.inventory.ItemStack tool)
BlockTypepublic boolean canTickRandomly()
BlockTypecanTickRandomly in class BlockTypepublic void updateBlock(GlowBlock block)
BlockTypeupdateBlock in class BlockTypeblock - The block that needs an updateCopyright © 2021. All rights reserved.