public class BlockGrass extends BlockType implements IBlockGrowable
ItemType.ContextADJACENT, drops, placeSound, SIDES| Constructor and Description |
|---|
BlockGrass() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGrowWithChance(GlowBlock block)
Called to check if the block will effectively grow.
|
boolean |
canTickRandomly()
Called to check if this block can perform random tick updates.
|
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.
|
afterDestroy, afterPlace, blockDestroy, blockInteract, canAbsorb, canOverride, canPlaceAt, createBlockEntity, getDrops, getMinedDrops, getOppositeBlockFace, getPlaceAs, getPlaceSound, getPulseTickSpeed, isPulseOnce, leftClickBlock, onBlockChanged, onEntityStep, onNearBlockChanged, onRedstoneUpdate, placeBlock, receivePulse, requestPulse, rightClickBlock, setDrops, setPlaceSound, updatePhysics, updatePhysicsAfterEvent, warnMaterialDatagetContext, getId, getMaterial, getMaxStackSize, rightClickAir, setId, setMaterial, setMaxStackSize, setPlaceAs, setPlaceAs, toStringpublic 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 void updateBlock(GlowBlock block)
BlockTypeupdateBlock in class BlockTypeblock - The block that needs an updateCopyright © 2021. All rights reserved.