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