Class LegacyMushroomCapBlock


public class LegacyMushroomCapBlock extends MushroomCapBlock
  • Constructor Details

    • LegacyMushroomCapBlock

      public LegacyMushroomCapBlock(int iBlockID, int iMushroomType)
  • Method Details

    • onBlockAdded

      public void onBlockAdded(World world, int i, int j, int k)
      Description copied from class: Block
      Called whenever the block is added into the world. Args: world, x, y, z // +++START EDIT+++ FCNOTE: Called on server only // ---END EDIT---
      Overrides:
      onBlockAdded in class Block