Class ItemAmethystShard

java.lang.Object
cn.nukkit.item.Item
cn.nukkit.item.ItemAmethystShard
All Implemented Interfaces:
BlockID, ItemID, Cloneable

@PowerNukkitXOnly @Since("1.6.0.0-PNX") public class ItemAmethystShard extends Item
  • Constructor Details

    • ItemAmethystShard

      public ItemAmethystShard()
    • ItemAmethystShard

      public ItemAmethystShard(int id)
    • ItemAmethystShard

      public ItemAmethystShard(Integer meta)
    • ItemAmethystShard

      public ItemAmethystShard(Integer meta, int count)
    • ItemAmethystShard

      public ItemAmethystShard(int id, Integer meta)
    • ItemAmethystShard

      public ItemAmethystShard(int id, Integer meta, int count)
    • ItemAmethystShard

      public ItemAmethystShard(int id, Integer meta, int count, String name)