程序包 cn.nukkit.block

类 BlockWater

所有已实现的接口:
BlockID, IBlockState, IMutableBlockState, AxisAlignedBB, Metadatable, Cloneable
直接已知子类:
BlockWaterStill

public class BlockWater extends BlockLiquid
作者:
MagicDroidX (Nukkit Project)
  • 构造器详细资料

    • BlockWater

      public BlockWater()
    • BlockWater

      public BlockWater(int meta)
  • 方法详细资料

    • getId

      public int getId()
      指定者:
      getId 在类中 Block
    • getName

      public String getName()
      指定者:
      getName 在类中 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)
      从类复制的说明: 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.

      覆盖:
      place 在类中 Block
      参数:
      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.
      返回:
      true if the block was properly place. The implementation is responsible for reverting any partial change.
    • afterRemoval

      @Since("1.2.1.0-PN") @PowerNukkitOnly public void afterRemoval(Block newBlock, boolean update)
      覆盖:
      afterRemoval 在类中 Block
    • getColor

      public BlockColor getColor()
      覆盖:
      getColor 在类中 BlockTransparentMeta
    • getBlock

      public BlockLiquid getBlock(int meta)
      指定者:
      getBlock 在类中 BlockLiquid
    • onEntityCollide

      public void onEntityCollide(Entity entity)
      覆盖:
      onEntityCollide 在类中 BlockLiquid
    • tickRate

      public int tickRate()
      覆盖:
      tickRate 在类中 Block
    • usesWaterLogging

      @PowerNukkitOnly public boolean usesWaterLogging()
      覆盖:
      usesWaterLogging 在类中 BlockLiquid