Class BlockBehaviorMonsterEgg
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.BlockBehaviorMonsterEgg
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intstatic intstatic intstatic intstatic intstatic int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.cloudburstmc.api.item.ItemStack[]getDrops(org.cloudburstmc.api.block.Block block, org.cloudburstmc.api.item.ItemStack hand)Methods inherited from class org.cloudburstmc.server.block.behavior.BlockBehaviorSolid
getColorMethods 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
-
STONE
public static final int STONE- See Also:
- Constant Field Values
-
COBBLESTONE
public static final int COBBLESTONE- See Also:
- Constant Field Values
-
STONE_BRICK
public static final int STONE_BRICK- See Also:
- Constant Field Values
-
MOSSY_BRICK
public static final int MOSSY_BRICK- See Also:
- Constant Field Values
-
CRACKED_BRICK
public static final int CRACKED_BRICK- See Also:
- Constant Field Values
-
CHISELED_BRICK
public static final int CHISELED_BRICK- See Also:
- Constant Field Values
-
-
Constructor Details
-
BlockBehaviorMonsterEgg
public BlockBehaviorMonsterEgg()
-
-
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
-