public class BlockSapling extends BlockNeedsAttached implements IBlockGrowable
ItemType.ContextADJACENT, drops, placeSound, SIDES| Constructor and Description |
|---|
BlockSapling() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGrowWithChance(GlowBlock block)
Called to check if the block will effectively grow.
|
boolean |
canPlaceAt(GlowPlayer player,
GlowBlock block,
org.bukkit.block.BlockFace against)
Check whether the block can be placed at the given location.
|
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 |
grow(GlowPlayer player,
GlowBlock block)
Called to grow a growable block.
|
boolean |
isFertilizable(GlowBlock block)
Called to check if a block can be fertilized.
|
void |
updateBlock(GlowBlock block)
Called when this block needs to be updated.
|
canAttachTo, dropMe, getAttachedFace, onNearBlockChanged, updatePhysicsAfterEventafterDestroy, afterPlace, blockDestroy, blockInteract, canAbsorb, canOverride, createBlockEntity, getMinedDrops, getOppositeBlockFace, getPlaceAs, getPlaceSound, getPulseTickSpeed, isPulseOnce, leftClickBlock, onBlockChanged, onEntityStep, onRedstoneUpdate, placeBlock, receivePulse, requestPulse, rightClickBlock, setDrops, setPlaceSound, 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.public boolean isFertilizable(GlowBlock block)
IBlockGrowableisFertilizable in interface IBlockGrowableblock - the targeted block to fertilizepublic boolean canTickRandomly()
BlockTypecanTickRandomly in class BlockTypepublic boolean canGrowWithChance(GlowBlock block)
IBlockGrowablecanGrowWithChance in interface IBlockGrowableblock - the targeted block to growpublic void grow(GlowPlayer player, GlowBlock block)
IBlockGrowablegrow in interface IBlockGrowableplayer - the player who triggered the growth, this can be null if the growth is natural
or by plugin sourceblock - the targeted block to growpublic Collection<org.bukkit.inventory.ItemStack> getDrops(GlowBlock block, org.bukkit.inventory.ItemStack tool)
BlockTypepublic void updateBlock(GlowBlock block)
BlockTypeupdateBlock in class BlockTypeblock - The block that needs an updateCopyright © 2021. All rights reserved.