Package net.glowstone.block.blocktype
Class BlockFence
java.lang.Object
net.glowstone.block.itemtype.ItemType
net.glowstone.block.blocktype.BlockType
net.glowstone.block.blocktype.BlockNeedsTool
net.glowstone.block.blocktype.BlockDirectDrops
net.glowstone.block.blocktype.BlockFence
-
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
ConstructorDescriptionBlockFence
(org.bukkit.Material dropType) BlockFence
(org.bukkit.Material dropType, MaterialMatcher neededTool) -
Method Summary
Modifier and TypeMethodDescriptionboolean
blockInteract
(GlowPlayer player, GlowBlock block, org.bukkit.block.BlockFace face, org.bukkit.util.Vector clickedLoc) Called when a player attempts to interact with (right-click) a block of this type already in the world.Methods inherited from class net.glowstone.block.blocktype.BlockDirectDrops
getDrops, 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, canTickRandomly, createBlockEntity, getCastedBlockData, getOppositeBlockFace, getPlaceAs, getPlaceSound, getPulseTickSpeed, getSoundGroup, isPulseOnce, leftClickBlock, onBlockChanged, onEntityStep, onNearBlockChanged, onRedstoneUpdate, placeBlock, receivePulse, requestPulse, rightClickBlock, setDrops, setPlaceSound, updateBlock, updatePhysics, updatePhysicsAfterEvent, warnMaterialData
Methods inherited from class net.glowstone.block.itemtype.ItemType
getContext, getMaterial, getMaterials, getMaxStackSize, rightClickAir, setMaterial, setMaxStackSize, setPlaceAs, setPlaceAs, toString
-
Constructor Details
-
BlockFence
-
BlockFence
public BlockFence(org.bukkit.Material dropType)
-
-
Method Details
-
blockInteract
public boolean blockInteract(GlowPlayer player, GlowBlock block, org.bukkit.block.BlockFace face, org.bukkit.util.Vector clickedLoc) Description copied from class:BlockType
Called when a player attempts to interact with (right-click) a block of this type already in the world.- Overrides:
blockInteract
in classBlockType
- Parameters:
player
- the player interactingblock
- the block interacted withface
- the clicked faceclickedLoc
- where in the block the click occurred- Returns:
- Whether the interaction occurred.
-