public class BlockSugarCane extends BlockNeedsAttached
ItemType.ContextADJACENT, drops, placeSound, SIDES| Constructor and Description |
|---|
BlockSugarCane() |
| Modifier and Type | Method and Description |
|---|---|
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 me,
org.bukkit.inventory.ItemStack tool)
Get the items that will be dropped by digging the block.
|
void |
onNearBlockChanged(GlowBlock block,
org.bukkit.block.BlockFace face,
GlowBlock changedBlock,
org.bukkit.Material oldType,
byte oldData,
org.bukkit.Material newType,
byte newData)
Called when a neighboring block (within a 3x3x3 cube) has changed its type or data and
physics checks should occur.
|
void |
updateBlock(GlowBlock block)
Called when this block needs to be updated.
|
canAttachTo, dropMe, getAttachedFace, 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 void onNearBlockChanged(GlowBlock block, org.bukkit.block.BlockFace face, GlowBlock changedBlock, org.bukkit.Material oldType, byte oldData, org.bukkit.Material newType, byte newData)
BlockTypeonNearBlockChanged in class BlockNeedsAttachedblock - The block to perform physics checks forface - The BlockFace to the changed block, or null if unavailablechangedBlock - The neighboring block that has changedoldType - The old type of the changed blockoldData - The old data of the changed blocknewType - The new type of the changed blocknewData - The new data of the changed blockpublic 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 canTickRandomly()
BlockTypecanTickRandomly in class BlockTypepublic void updateBlock(GlowBlock block)
BlockTypeupdateBlock in class BlockTypeblock - The block that needs an updatepublic Collection<org.bukkit.inventory.ItemStack> getDrops(GlowBlock me, org.bukkit.inventory.ItemStack tool)
BlockTypeCopyright © 2021. All rights reserved.