public class BlockStem extends BlockCrops
ItemType.ContextADJACENT, drops, placeSound, SIDES| Constructor and Description |
|---|
BlockStem(org.bukkit.Material plantType)
Creates a block type for a stem whose fruit is horizontally adjacent (pumpkin or melon).
|
| 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.
|
getGrowthRateModifiercanAttachTo, 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 BlockStem(org.bukkit.Material plantType)
plantType - the plant type.public boolean canPlaceAt(GlowPlayer player, GlowBlock block, org.bukkit.block.BlockFace against)
BlockTypecanPlaceAt in class BlockCropsplayer - 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 Collection<org.bukkit.inventory.ItemStack> getDrops(GlowBlock block, org.bukkit.inventory.ItemStack tool)
BlockTypegetDrops in class BlockCropsblock - The block being dug.tool - The tool used or null if fists or no tool was used.public boolean isFertilizable(GlowBlock block)
IBlockGrowableisFertilizable in interface IBlockGrowableisFertilizable in class BlockCropsblock - the targeted block to fertilizepublic boolean canGrowWithChance(GlowBlock block)
IBlockGrowablecanGrowWithChance in interface IBlockGrowablecanGrowWithChance in class BlockCropsblock - the targeted block to growpublic boolean canTickRandomly()
BlockTypecanTickRandomly in class BlockCropspublic void grow(GlowPlayer player, GlowBlock block)
IBlockGrowablegrow in interface IBlockGrowablegrow in class BlockCropsplayer - the player who triggered the growth, this can be null if the growth is natural
or by plugin sourceblock - the targeted block to growpublic void updateBlock(GlowBlock block)
BlockTypeupdateBlock in class BlockCropsblock - The block that needs an updateCopyright © 2021. All rights reserved.