Class OvenBlockIdle

All Implemented Interfaces:
ITileEntityProvider

public class OvenBlockIdle extends LooseOvenBlockIdle
  • Constructor Details

    • OvenBlockIdle

      public OvenBlockIdle(int iBlockID)
  • Method Details

    • idPicked

      public int idPicked(World world, int i, int j, int k)
      Description copied from class: Block
      only called by clickMiddleMouseButton , and passed to inventory.setCurrentItem (along with isCreative) // +++START EDIT+++ FCNOTE: Client only // ---END EDIT---
      Overrides:
      idPicked in class OvenBlock