Class BlockMushroomBrown

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

public class BlockMushroomBrown extends BlockMushroom
Author:
Nukkit Project Team
  • Constructor Details

    • BlockMushroomBrown

      public BlockMushroomBrown()
    • BlockMushroomBrown

      public BlockMushroomBrown(int meta)
  • Method Details

    • getName

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

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

      public int getLightLevel()
      Description copied from class: Block
      控制方块的发光等级
      Overrides:
      getLightLevel in class Block
      Returns:
      发光等级(0 - 15)
    • getType

      protected int getType()
      Specified by:
      getType in class BlockMushroom