Class BlockBrewingStand


public class BlockBrewingStand extends BlockContainer
  • Constructor Details

    • BlockBrewingStand

      public BlockBrewingStand()
  • Method Details

    • createBlockEntity

      public BlockEntity createBlockEntity(GlowChunk chunk, int cx, int cy, int cz)
      Description copied from class: BlockType
      Create a new block entity at the given location.
      Overrides:
      createBlockEntity in class BlockType
      Parameters:
      chunk - The chunk to create the block entity at.
      cx - The x coordinate in the chunk.
      cy - The y coordinate in the chunk.
      cz - The z coordinate in the chunk.
      Returns:
      The new BlockEntity, or null if no block entity is used.
    • getBlockDrops

      protected Collection<org.bukkit.inventory.ItemStack> getBlockDrops(GlowBlock block)
      Description copied from class: BlockContainer
      Returns the drops for block itself, WITHOUT it's contents.
      Overrides:
      getBlockDrops in class BlockContainer
      Parameters:
      block - The block the drops should be calculated for
      Returns:
      the drops
    • getNeededMiningTool

      protected MaterialMatcher getNeededMiningTool(GlowBlock block)
      Overrides:
      getNeededMiningTool in class BlockContainer