Package net.glowstone.block.blocktype
Class BlockLitRedstoneOre
java.lang.Object
net.glowstone.block.itemtype.ItemType
net.glowstone.block.blocktype.BlockType
net.glowstone.block.blocktype.BlockNeedsTool
net.glowstone.block.blocktype.BlockRandomDrops
net.glowstone.block.blocktype.BlockRedstoneOre
net.glowstone.block.blocktype.BlockLitRedstoneOre
-
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 TypeMethodDescriptionboolean
Called to check if this block can perform random tick updates.void
updateBlock
(GlowBlock block) Called when this block needs to be updated.Methods inherited from class net.glowstone.block.blocktype.BlockRedstoneOre
blockInteract
Methods inherited from class net.glowstone.block.blocktype.BlockRandomDrops
getMinedDrops, getNeededMiningTool
Methods inherited from class net.glowstone.block.blocktype.BlockNeedsTool
getDrops
Methods inherited from class net.glowstone.block.blocktype.BlockType
afterDestroy, afterPlace, blockDestroy, canAbsorb, canOverride, canPlaceAt, createBlockEntity, getCastedBlockData, getOppositeBlockFace, getPlaceAs, getPlaceSound, getPulseTickSpeed, getSoundGroup, isPulseOnce, leftClickBlock, onBlockChanged, onEntityStep, onNearBlockChanged, onRedstoneUpdate, placeBlock, receivePulse, requestPulse, rightClickBlock, setDrops, setPlaceSound, updatePhysics, updatePhysicsAfterEvent, warnMaterialData
Methods inherited from class net.glowstone.block.itemtype.ItemType
getContext, getMaterial, getMaterials, getMaxStackSize, rightClickAir, setMaterial, setMaxStackSize, setPlaceAs, setPlaceAs, toString
-
Constructor Details
-
BlockLitRedstoneOre
public BlockLitRedstoneOre()
-
-
Method Details
-
canTickRandomly
public boolean canTickRandomly()Description copied from class:BlockType
Called to check if this block can perform random tick updates.- Overrides:
canTickRandomly
in classBlockType
- Returns:
- Whether this block updates on tick.
-
updateBlock
Description copied from class:BlockType
Called when this block needs to be updated.- Overrides:
updateBlock
in classBlockType
- Parameters:
block
- The block that needs an update
-