public class BlockBehaviorWall extends BlockBehaviorTransparent
| Constructor and Description |
|---|
BlockBehaviorWall() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<org.cloudburstmc.api.util.Direction,org.cloudburstmc.api.util.data.WallConnectionType> |
findConnections(org.cloudburstmc.api.block.Block block) |
org.cloudburstmc.api.block.trait.EnumBlockTrait<org.cloudburstmc.api.util.data.WallConnectionType> |
getConnectionTypeTrait(org.cloudburstmc.api.util.Direction direction) |
int |
onUpdate(org.cloudburstmc.api.block.Block block,
int type) |
boolean |
place(org.cloudburstmc.api.item.ItemStack item,
org.cloudburstmc.api.block.Block block,
org.cloudburstmc.api.block.Block target,
org.cloudburstmc.api.util.Direction face,
com.nukkitx.math.vector.Vector3f clickPos,
org.cloudburstmc.api.player.Player player) |
getColorgetBreakTime, placeBlockaddVelocityToEntity, canBeActivated, canBeBrokenWith, canBeClimbed, canBeFlooded, canBePlaced, canBePushed, canBeReplaced, canHarvestWithHand, canPassThrough, canSilkTouch, canWaterlogFlowing, canWaterlogSource, checkTool, clone, collidesWithBB, collidesWithBB, getBoundingBox, getBoundingBox, getBoundingBox, getBurnAbility, getBurnChance, getCollisionBoxes, getCollisionBoxes, getComparatorInputOverride, getDescriptionId, getDropExp, getDrops, getFilterLevel, getFrictionFactor, getHardness, getLightLevel, getMinimalTier, getResistance, getSaveId, getStrongPower, getToolType, getWeakPower, hasComparatorInputOverride, hasEntityCollision, isBreakable, isLiquid, isNormalBlock, isPowerSource, isSolid, isTransparent, onActivate, onActivate, onBreak, onBreak, onEntityCollide, placeBlock, placeBlock, placeBlock, removeBlock, removeBlock, tickRate, toItempublic org.cloudburstmc.api.block.trait.EnumBlockTrait<org.cloudburstmc.api.util.data.WallConnectionType> getConnectionTypeTrait(org.cloudburstmc.api.util.Direction direction)
protected Map<org.cloudburstmc.api.util.Direction,org.cloudburstmc.api.util.data.WallConnectionType> findConnections(org.cloudburstmc.api.block.Block block)
public int onUpdate(org.cloudburstmc.api.block.Block block,
int type)
onUpdate in class org.cloudburstmc.api.block.behavior.BlockBehaviorpublic boolean place(org.cloudburstmc.api.item.ItemStack item,
org.cloudburstmc.api.block.Block block,
org.cloudburstmc.api.block.Block target,
org.cloudburstmc.api.util.Direction face,
com.nukkitx.math.vector.Vector3f clickPos,
org.cloudburstmc.api.player.Player player)
place in class org.cloudburstmc.api.block.behavior.BlockBehaviorCopyright © 2021. All rights reserved.