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