public class BlockBehaviorDragonEgg extends BlockBehaviorFallable
| Constructor and Description |
|---|
BlockBehaviorDragonEgg() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeActivated(org.cloudburstmc.api.block.Block block) |
org.cloudburstmc.api.util.data.BlockColor |
getColor(org.cloudburstmc.api.block.Block block) |
boolean |
isTransparent(org.cloudburstmc.api.block.BlockState state) |
boolean |
onActivate(org.cloudburstmc.api.block.Block block,
org.cloudburstmc.api.item.ItemStack item,
org.cloudburstmc.api.player.Player player) |
int |
onUpdate(org.cloudburstmc.api.block.Block block,
int type) |
void |
teleport(org.cloudburstmc.api.block.Block block) |
getBreakTime, placeBlockaddVelocityToEntity, canBeBrokenWith, canBeClimbed, canBeFlooded, canBePlaced, canBePushed, canBeReplaced, canHarvestWithHand, canPassThrough, canSilkTouch, canWaterlogFlowing, canWaterlogSource, checkTool, clone, collidesWithBB, collidesWithBB, getBoundingBox, getBoundingBox, getBoundingBox, getBurnAbility, getBurnChance, getCollisionBoxes, getCollisionBoxes, getComparatorInputOverride, getDescriptionId, getDropExp, getDrops, getFilterLevel, getFrictionFactor, getHardness, getLightLevel, getMinimalTier, getResistance, getSaveId, getStrongPower, getToolType, getWeakPower, hasComparatorInputOverride, hasEntityCollision, isBreakable, isLiquid, isNormalBlock, isPowerSource, isSolid, onActivate, onBreak, onBreak, onEntityCollide, place, placeBlock, placeBlock, placeBlock, removeBlock, removeBlock, tickRate, toItempublic org.cloudburstmc.api.util.data.BlockColor getColor(org.cloudburstmc.api.block.Block block)
getColor in class BlockBehaviorSolidpublic boolean isTransparent(org.cloudburstmc.api.block.BlockState state)
isTransparent in class org.cloudburstmc.api.block.behavior.BlockBehaviorpublic int onUpdate(org.cloudburstmc.api.block.Block block,
int type)
onUpdate in class BlockBehaviorFallablepublic void teleport(org.cloudburstmc.api.block.Block block)
public boolean canBeActivated(org.cloudburstmc.api.block.Block block)
canBeActivated in class org.cloudburstmc.api.block.behavior.BlockBehaviorpublic boolean onActivate(org.cloudburstmc.api.block.Block block,
org.cloudburstmc.api.item.ItemStack item,
org.cloudburstmc.api.player.Player player)
onActivate in class org.cloudburstmc.api.block.behavior.BlockBehaviorCopyright © 2021. All rights reserved.