Join Slack
Powered by
``` val stack1 = ItemStack(1, 2) val stack2 = stac...
# getting-started
c
cedric
05/27/2016, 8:44 PM
Copy code
val stack1 = ItemStack(1, 2) val stack2 = stack1.copy(id = 2)
3
Views
Open in Slack
Previous
Next