Example #1
0
  public MCItemStack(ItemStack itemStack) {
    //		if(itemStack.isEmpty())
    //			throw new IllegalArgumentException("stack cannot be null");

    stack = itemStack.copy();
    items = Collections.singletonList(this);
  }