public class BlockBehaviorHugeMushroomBrown extends BlockBehaviorSolid
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL |
static int |
NONE |
static int |
STEM |
static int |
STEM_ALL |
static int |
TOP |
static int |
TOP_E |
static int |
TOP_N |
static int |
TOP_NE |
static int |
TOP_NW |
static int |
TOP_S |
static int |
TOP_SE |
static int |
TOP_SW |
static int |
TOP_W |
| Constructor and Description |
|---|
BlockBehaviorHugeMushroomBrown() |
| Modifier and Type | Method and Description |
|---|---|
org.cloudburstmc.api.util.data.BlockColor |
getColor(org.cloudburstmc.api.block.Block block) |
org.cloudburstmc.api.item.ItemStack[] |
getDrops(org.cloudburstmc.api.block.Block block,
org.cloudburstmc.api.item.ItemStack hand) |
getBreakTime, 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, 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, toItempublic static final int NONE
public static final int TOP_NW
public static final int TOP_N
public static final int TOP_NE
public static final int TOP_W
public static final int TOP
public static final int TOP_E
public static final int TOP_SW
public static final int TOP_S
public static final int TOP_SE
public static final int STEM
public static final int ALL
public static final int STEM_ALL
public org.cloudburstmc.api.item.ItemStack[] getDrops(org.cloudburstmc.api.block.Block block,
org.cloudburstmc.api.item.ItemStack hand)
getDrops in class org.cloudburstmc.api.block.behavior.BlockBehaviorpublic org.cloudburstmc.api.util.data.BlockColor getColor(org.cloudburstmc.api.block.Block block)
getColor in class BlockBehaviorSolidCopyright © 2021. All rights reserved.