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