Class BlockCoralFan

All Implemented Interfaces:
BlockID, IBlockState, IMutableBlockState, AxisAlignedBB, Metadatable, Faceable, Cloneable
Direct Known Subclasses:
BlockCoralFanDead, BlockCoralFanHang

@PowerNukkitOnly public class BlockCoralFan extends BlockFlowable implements Faceable
  • Field Details

  • Constructor Details

  • Method Details

    • getId

      public int getId()
      Specified by:
      getId in class Block
    • getProperties

      @Since("1.4.0.0-PN") @PowerNukkitOnly @Nonnull public BlockProperties getProperties()
      Description copied from class: Block
      The properties that fully describe all possible and valid states that this block can have.
      Specified by:
      getProperties in interface IBlockState
      Specified by:
      getProperties in class BlockMeta
    • getName

      public String getName()
      Specified by:
      getName in class Block
    • getColor

      public BlockColor getColor()
      Overrides:
      getColor in class BlockTransparentMeta
    • getWaterloggingLevel

      @PowerNukkitOnly public int getWaterloggingLevel()
      Overrides:
      getWaterloggingLevel in class Block
    • isDead

      @PowerNukkitOnly public boolean isDead()
    • getType

      @PowerNukkitOnly public int getType()
    • getBlockFace

      public BlockFace getBlockFace()
      Specified by:
      getBlockFace in interface Faceable
    • getRootsFace

      @PowerNukkitOnly public BlockFace getRootsFace()
    • onUpdate

      public int onUpdate(int type)
      Overrides:
      onUpdate in class Block
    • place

      public boolean place(@Nonnull Item item, @Nonnull Block block, @Nonnull Block target, @Nonnull BlockFace face, double fx, double fy, double fz, Player player)
      Description copied from class: Block
      Place and initialize a this block correctly in the world.

      The current instance must have level, x, y, z, and layer properties already set before calling this method.

      Overrides:
      place in class Block
      Parameters:
      item - The item being used to place the block. Should be used as an optional reference, may mismatch the block that is being placed depending on plugin implementations.
      block - The current block that is in the world and is getting replaced by this instance. It has the same x, y, z, layer, and level as this block.
      target - The block that was clicked to create the place action in this block position.
      face - The face that was clicked in the target block
      fx - The detailed X coordinate of the clicked target block face
      fy - The detailed Y coordinate of the clicked target block face
      fz - The detailed Z coordinate of the clicked target block face
      player - The player that is placing the block. May be null.
      Returns:
      true if the block was properly place. The implementation is responsible for reverting any partial change.
    • canSilkTouch

      public boolean canSilkTouch()
      Overrides:
      canSilkTouch in class Block
    • toItem

      public Item toItem()
      Overrides:
      toItem in class Block
    • getDrops

      public Item[] getDrops(Item item)
      Description copied from class: Block
      控制方块被破坏时掉落的物品 常在Level.useBreakOn(Vector3, int, BlockFace, Item, Player, boolean, boolean)方法被调用
      Overrides:
      getDrops in class Block
      Returns:
      掉落的物品数组