public class BlockBehaviorAir extends BlockBehaviorTransparent
| Constructor and Description |
|---|
BlockBehaviorAir() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeFlooded() |
boolean |
canBePlaced() |
boolean |
canBeReplaced(Block block) |
boolean |
canHarvestWithHand() |
boolean |
canPassThrough() |
AxisAlignedBB |
getBoundingBox() |
BlockColor |
getColor(Block block) |
Item[] |
getDrops(Block block,
Item hand) |
float |
getHardness() |
float |
getResistance() |
boolean |
isBreakable(Item item) |
boolean |
isSolid() |
isTransparentaddVelocityToEntity, canBeActivated, canBeBrokenWith, canBeClimbed, canBePushed, canSilkTouch, canWaterlogFlowing, canWaterlogSource, clone, collidesWithBB, collidesWithBB, getBoundingBox, getBreakTime, getBreakTime, getBurnAbility, getBurnChance, getCollisionBoxes, getComparatorInputOverride, getDescriptionId, getDropExp, getFilterLevel, getFrictionFactor, getLightLevel, getSaveId, getStrongPower, getToolType, getWeakPower, hasComparatorInputOverride, hasEntityCollision, isLiquid, isNormalBlock, isPowerSource, onActivate, onActivate, onBreak, onBreak, onEntityCollide, onUpdate, place, placeBlock, placeBlock, placeBlock, placeBlock, removeBlock, removeBlock, tickRate, toItempublic boolean canPassThrough()
canPassThrough in class BlockBehaviorpublic boolean isBreakable(Item item)
isBreakable in class BlockBehaviorpublic boolean canBeFlooded()
canBeFlooded in class BlockBehaviorpublic boolean canBePlaced()
canBePlaced in class BlockBehaviorpublic boolean canBeReplaced(Block block)
canBeReplaced in class BlockBehaviorpublic boolean isSolid()
isSolid in class BlockBehaviorpublic AxisAlignedBB getBoundingBox()
getBoundingBox in class BlockBehaviorpublic float getHardness()
getHardness in class BlockBehaviorpublic float getResistance()
getResistance in class BlockBehaviorpublic boolean canHarvestWithHand()
canHarvestWithHand in class BlockBehaviorpublic BlockColor getColor(Block block)
getColor in class BlockBehaviorTransparentpublic Item[] getDrops(Block block, Item hand)
getDrops in class BlockBehaviorCopyright © 2020. All rights reserved.