public class BlockBehaviorHugeMushroomBrown extends BlockBehaviorSolid
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL |
static int |
NONE |
static int |
STEM |
static int |
STEM_ALL |
static int |
TOP |
static int |
TOP_E |
static int |
TOP_N |
static int |
TOP_NE |
static int |
TOP_NW |
static int |
TOP_S |
static int |
TOP_SE |
static int |
TOP_SW |
static int |
TOP_W |
| Constructor and Description |
|---|
BlockBehaviorHugeMushroomBrown() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSilkTouch() |
BlockColor |
getColor(Block block) |
Item[] |
getDrops(Block block,
Item hand) |
float |
getHardness() |
float |
getResistance() |
int |
getToolType() |
isSolidaddVelocityToEntity, 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, getFrictionFactor, getLightLevel, getSaveId, getStrongPower, 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 NONE
public static final int TOP_NW
public static final int TOP_N
public static final int TOP_NE
public static final int TOP_W
public static final int TOP
public static final int TOP_E
public static final int TOP_SW
public static final int TOP_S
public static final int TOP_SE
public static final int STEM
public static final int ALL
public static final int STEM_ALL
public int getToolType()
getToolType in class BlockBehaviorpublic float getHardness()
getHardness in class BlockBehaviorpublic float getResistance()
getResistance in class BlockBehaviorpublic Item[] getDrops(Block block, Item hand)
getDrops in class BlockBehaviorpublic boolean canSilkTouch()
canSilkTouch in class BlockBehaviorpublic BlockColor getColor(Block block)
getColor in class BlockBehaviorSolidCopyright © 2020. All rights reserved.