Class ItemMushroomStew

All Implemented Interfaces:
BlockID, ItemID, Cloneable

public class ItemMushroomStew extends ItemEdible
Author:
MagicDroidX (Nukkit Project)
  • Constructor Details

    • ItemMushroomStew

      public ItemMushroomStew()
    • ItemMushroomStew

      public ItemMushroomStew(Integer meta)
    • ItemMushroomStew

      public ItemMushroomStew(Integer meta, int count)
  • Method Details

    • getMaxStackSize

      public int getMaxStackSize()
      Description copied from class: Item
      定义物品堆叠的最大数量

      Define the maximum number of items to be stacked

      Overrides:
      getMaxStackSize in class Item