Class BlockBehaviorHugeMushroomRed
java.lang.Object
org.cloudburstmc.api.block.behavior.BlockBehavior
org.cloudburstmc.server.block.behavior.BaseBlockBehavior
org.cloudburstmc.server.block.behavior.BlockBehaviorSolid
org.cloudburstmc.server.block.behavior.BlockBehaviorHugeMushroomRed
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.cloudburstmc.server.block.behavior.BaseBlockBehavior
getBreakTime, placeBlockMethods inherited from class org.cloudburstmc.api.block.behavior.BlockBehavior
addVelocityToEntity, 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, getFilterLevel, getFrictionFactor, getHardness, getLightLevel, getMinimalTier, getResistance, getSaveId, getStrongPower, getToolType, getWeakPower, hasComparatorInputOverride, hasEntityCollision, isBreakable, isLiquid, isNormalBlock, isPowerSource, isSolid, isTransparent, onActivate, onActivate, onBreak, onBreak, onEntityCollide, onUpdate, place, placeBlock, placeBlock, placeBlock, removeBlock, removeBlock, tickRate, toItem
-
Field Details
-
NONE
public static final int NONE- See Also:
- Constant Field Values
-
TOP_NW
public static final int TOP_NW- See Also:
- Constant Field Values
-
TOP_N
public static final int TOP_N- See Also:
- Constant Field Values
-
TOP_NE
public static final int TOP_NE- See Also:
- Constant Field Values
-
TOP_W
public static final int TOP_W- See Also:
- Constant Field Values
-
TOP
public static final int TOP- See Also:
- Constant Field Values
-
TOP_E
public static final int TOP_E- See Also:
- Constant Field Values
-
TOP_SW
public static final int TOP_SW- See Also:
- Constant Field Values
-
TOP_S
public static final int TOP_S- See Also:
- Constant Field Values
-
TOP_SE
public static final int TOP_SE- See Also:
- Constant Field Values
-
STEM
public static final int STEM- See Also:
- Constant Field Values
-
ALL
public static final int ALL- See Also:
- Constant Field Values
-
STEM_ALL
public static final int STEM_ALL- See Also:
- Constant Field Values
-
-
Constructor Details
-
BlockBehaviorHugeMushroomRed
public BlockBehaviorHugeMushroomRed()
-
-
Method Details
-
getDrops
public org.cloudburstmc.api.item.ItemStack[] getDrops(org.cloudburstmc.api.block.Block block, org.cloudburstmc.api.item.ItemStack hand)- Overrides:
getDropsin classorg.cloudburstmc.api.block.behavior.BlockBehavior
-
getColor
public org.cloudburstmc.api.util.data.BlockColor getColor(org.cloudburstmc.api.block.Block block)- Overrides:
getColorin classBlockBehaviorSolid
-