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