Package net.glowstone.block.blocktype
Class BlockNote
java.lang.Object
net.glowstone.block.itemtype.ItemType
net.glowstone.block.blocktype.BlockType
net.glowstone.block.blocktype.BlockNote
-
Nested Class Summary
Nested classes/interfaces inherited from class net.glowstone.block.itemtype.ItemType
ItemType.Context -
Field Summary
FieldsFields inherited from class net.glowstone.block.blocktype.BlockType
ADJACENT, drops, placeSound, SIDES, soundGroup -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterPlace(GlowPlayer player, GlowBlock block, org.bukkit.inventory.ItemStack holding, GlowBlockState oldState) Called after a block has been placed by a player.booleanblockInteract(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.org.bukkit.block.data.type.NoteBlockgetNoteBlockData(GlowBlock block) voidleftClickBlock(GlowPlayer player, GlowBlock block, org.bukkit.inventory.ItemStack holding) Called when a player left clicks a block.voidonNearBlockChanged(GlowBlock block, org.bukkit.block.BlockFace face, GlowBlock changedBlock, org.bukkit.Material oldType, byte oldData, org.bukkit.Material newType, byte newData) Called when a neighboring block (within a 3x3x3 cube) has changed its type or data and physics checks should occur.booleanbooleanvoidupdateInstrument(GlowBlock block) voidupdatePhysicsAfterEvent(GlowBlock block) Methods inherited from class net.glowstone.block.blocktype.BlockType
afterDestroy, blockDestroy, canAbsorb, canOverride, canPlaceAt, canTickRandomly, createBlockEntity, getCastedBlockData, getDrops, getMinedDrops, getOppositeBlockFace, getPlaceAs, getPlaceSound, getPulseTickSpeed, getSoundGroup, isPulseOnce, onBlockChanged, onEntityStep, onRedstoneUpdate, placeBlock, receivePulse, requestPulse, rightClickBlock, setDrops, setPlaceSound, updateBlock, updatePhysics, warnMaterialDataMethods inherited from class net.glowstone.block.itemtype.ItemType
getContext, getMaterial, getMaterials, getMaxStackSize, rightClickAir, setMaterial, setMaxStackSize, setPlaceAs, setPlaceAs, toString
-
Field Details
-
OCTAVES_COUNT
public static final int OCTAVES_COUNT- See Also:
-
NOTES_COUNT
public static final int NOTES_COUNT- See Also:
-
-
Constructor Details
-
BlockNote
public BlockNote()
-
-
Method Details
-
blockInteract
public boolean blockInteract(GlowPlayer player, GlowBlock block, org.bukkit.block.BlockFace face, org.bukkit.util.Vector clickedLoc) Description copied from class:BlockTypeCalled when a player attempts to interact with (right-click) a block of this type already in the world.- Overrides:
blockInteractin 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.
-
getNoteBlockData
-
playBlock
-
updateInstrument
-
leftClickBlock
public void leftClickBlock(GlowPlayer player, GlowBlock block, org.bukkit.inventory.ItemStack holding) Description copied from class:BlockTypeCalled when a player left clicks a block.- Overrides:
leftClickBlockin classBlockType- Parameters:
player- the player who clicked the blockblock- the block that was clickedholding- the ItemStack that was being held
-
afterPlace
public void afterPlace(GlowPlayer player, GlowBlock block, org.bukkit.inventory.ItemStack holding, GlowBlockState oldState) Description copied from class:BlockTypeCalled after a block has been placed by a player.- Overrides:
afterPlacein classBlockType- Parameters:
player- the player who placed the blockblock- the block that was placedholding- the the ItemStack that was being heldoldState- The old block state before the block was placed.
-
onNearBlockChanged
public void onNearBlockChanged(GlowBlock block, org.bukkit.block.BlockFace face, GlowBlock changedBlock, org.bukkit.Material oldType, byte oldData, org.bukkit.Material newType, byte newData) Description copied from class:BlockTypeCalled when a neighboring block (within a 3x3x3 cube) has changed its type or data and physics checks should occur.- Overrides:
onNearBlockChangedin classBlockType- Parameters:
block- The block to perform physics checks forface- The BlockFace to the changed block, or null if unavailablechangedBlock- The neighboring block that has changedoldType- The old type of the changed blockoldData- The old data of the changed blocknewType- The new type of the changed blocknewData- The new data of the changed block
-
updatePhysicsAfterEvent
- Overrides:
updatePhysicsAfterEventin classBlockType
-
play
-