Class BlockLavaStill

All Implemented Interfaces:
BlockID, IBlockState, IMutableBlockState, AxisAlignedBB, Metadatable, Cloneable

public class BlockLavaStill extends BlockLava
Author:
Angelic47 (Nukkit Project)
  • Constructor Details

    • BlockLavaStill

      public BlockLavaStill()
    • BlockLavaStill

      public BlockLavaStill(int meta)
  • Method Details

    • getId

      public int getId()
      Overrides:
      getId in class BlockLava
    • getName

      public String getName()
      Overrides:
      getName in class BlockLava
    • getBlock

      public BlockLiquid getBlock(int meta)
      Overrides:
      getBlock in class BlockLava
    • onUpdate

      public int onUpdate(int type)
      Overrides:
      onUpdate in class BlockLava
    • getDrag

      @Since("1.6.0.0-PNX") public float getDrag()
      Description copied from class: BlockLiquid
      流体对在其中的实体运动造成的阻碍系数,范围(0, 1),此值越小运动阻力越大。
      Overrides:
      getDrag in class BlockLava
      Returns:
      流体阻碍系数