public class BlockBehaviorEndGateway extends BlockBehaviorSolid
| Constructor and Description |
|---|
BlockBehaviorEndGateway() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPassThrough() |
BlockColor |
getColor(Block block) |
float |
getHardness() |
int |
getLightLevel(Block block) |
float |
getResistance() |
boolean |
hasEntityCollision() |
boolean |
isBreakable(Item item) |
Item |
toItem(Block block) |
isSolidaddVelocityToEntity, canBeActivated, canBeBrokenWith, canBeClimbed, canBeFlooded, canBePlaced, canBePushed, canBeReplaced, canHarvestWithHand, 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, isTransparent, onActivate, onActivate, onBreak, onBreak, onEntityCollide, onUpdate, place, placeBlock, placeBlock, placeBlock, placeBlock, removeBlock, removeBlock, tickRatepublic boolean canPassThrough()
canPassThrough in class BlockBehaviorpublic boolean isBreakable(Item item)
isBreakable in class BlockBehaviorpublic float getHardness()
getHardness in class BlockBehaviorpublic float getResistance()
getResistance in class BlockBehaviorpublic int getLightLevel(Block block)
getLightLevel in class BlockBehaviorpublic boolean hasEntityCollision()
hasEntityCollision in class BlockBehaviorpublic BlockColor getColor(Block block)
getColor in class BlockBehaviorSolidpublic Item toItem(Block block)
toItem in class BlockBehaviorCopyright © 2020. All rights reserved.