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