Package net.glowstone.block.blocktype
Class BlockStone
java.lang.Object
net.glowstone.block.itemtype.ItemType
net.glowstone.block.blocktype.BlockType
net.glowstone.block.blocktype.BlockNeedsTool
net.glowstone.block.blocktype.BlockStone
-
Nested Class Summary
Nested classes/interfaces inherited from class net.glowstone.block.itemtype.ItemType
ItemType.Context -
Field Summary
Fields inherited from class net.glowstone.block.blocktype.BlockType
ADJACENT, drops, placeSound, SIDES, soundGroup -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull Collection<org.bukkit.inventory.ItemStack>getMinedDrops(GlowBlock block) Get the items that would be dropped if the block was successfully mined.getNeededMiningTool(GlowBlock block) Methods inherited from class net.glowstone.block.blocktype.BlockNeedsTool
getDropsMethods inherited from class net.glowstone.block.blocktype.BlockType
afterDestroy, afterPlace, blockDestroy, blockInteract, canAbsorb, canOverride, canPlaceAt, canTickRandomly, createBlockEntity, getCastedBlockData, getOppositeBlockFace, getPlaceAs, getPlaceSound, getPulseTickSpeed, getSoundGroup, isPulseOnce, leftClickBlock, onBlockChanged, onEntityStep, onNearBlockChanged, onRedstoneUpdate, placeBlock, receivePulse, requestPulse, rightClickBlock, setDrops, setPlaceSound, updateBlock, updatePhysics, updatePhysicsAfterEvent, warnMaterialDataMethods inherited from class net.glowstone.block.itemtype.ItemType
getContext, getMaterial, getMaterials, getMaxStackSize, rightClickAir, setMaterial, setMaxStackSize, setPlaceAs, setPlaceAs, toString
-
Constructor Details
-
BlockStone
public BlockStone()
-
-
Method Details
-
getNeededMiningTool
- Specified by:
getNeededMiningToolin classBlockNeedsTool
-
getMinedDrops
Description copied from class:BlockTypeGet the items that would be dropped if the block was successfully mined. This is used f.e. to calculate TNT drops.- Overrides:
getMinedDropsin classBlockType- Parameters:
block- The block.- Returns:
- The drops from that block.
-