public class BlockBehaviorMonsterEgg extends BlockBehaviorSolid
| Modifier and Type | Field and Description |
|---|---|
static int |
CHISELED_BRICK |
static int |
COBBLESTONE |
static int |
CRACKED_BRICK |
static int |
MOSSY_BRICK |
static int |
STONE |
static int |
STONE_BRICK |
| Constructor and Description |
|---|
BlockBehaviorMonsterEgg() |
| Modifier and Type | Method and Description |
|---|---|
Item[] |
getDrops(Block block,
Item hand) |
float |
getHardness() |
float |
getResistance() |
getColor, isSolidaddVelocityToEntity, canBeActivated, canBeBrokenWith, canBeClimbed, canBeFlooded, canBePlaced, canBePushed, canBeReplaced, canHarvestWithHand, canPassThrough, canSilkTouch, canWaterlogFlowing, canWaterlogSource, clone, collidesWithBB, collidesWithBB, getBoundingBox, getBreakTime, getBreakTime, getBurnAbility, getBurnChance, getCollisionBoxes, getComparatorInputOverride, getDescriptionId, getDropExp, getFilterLevel, getFrictionFactor, getLightLevel, getSaveId, getStrongPower, getToolType, getWeakPower, hasComparatorInputOverride, hasEntityCollision, isBreakable, isLiquid, isNormalBlock, isPowerSource, isTransparent, onActivate, onActivate, onBreak, onBreak, onEntityCollide, onUpdate, place, placeBlock, placeBlock, placeBlock, placeBlock, removeBlock, removeBlock, tickRate, toItempublic static final int STONE
public static final int COBBLESTONE
public static final int STONE_BRICK
public static final int MOSSY_BRICK
public static final int CRACKED_BRICK
public static final int CHISELED_BRICK
public float getHardness()
getHardness in class BlockBehaviorpublic float getResistance()
getResistance in class BlockBehaviorpublic Item[] getDrops(Block block, Item hand)
getDrops in class BlockBehaviorCopyright © 2020. All rights reserved.