public class BlockBehaviorMobSpawner extends BlockBehaviorSolid
| Constructor and Description |
|---|
BlockBehaviorMobSpawner() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBePushed() |
boolean |
canHarvestWithHand() |
boolean |
canWaterlogSource() |
Item[] |
getDrops(Block blockState,
Item hand) |
float |
getHardness() |
float |
getResistance() |
int |
getToolType() |
getColor, isSolidaddVelocityToEntity, canBeActivated, canBeBrokenWith, canBeClimbed, canBeFlooded, canBePlaced, canBeReplaced, canPassThrough, canSilkTouch, canWaterlogFlowing, 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 int getToolType()
getToolType in class BlockBehaviorpublic float getHardness()
getHardness in class BlockBehaviorpublic float getResistance()
getResistance in class BlockBehaviorpublic Item[] getDrops(Block blockState, Item hand)
getDrops in class BlockBehaviorpublic boolean canBePushed()
canBePushed in class BlockBehaviorpublic boolean canHarvestWithHand()
canHarvestWithHand in class BlockBehaviorpublic boolean canWaterlogSource()
canWaterlogSource in class BlockBehaviorCopyright © 2020. All rights reserved.