mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
Generic code cleanup
This commit is contained in:
@@ -5,7 +5,7 @@ public final class ItemStack {
|
||||
public int count;
|
||||
public int b;
|
||||
public int id;
|
||||
public int damage; // Craftbukkit - make public
|
||||
public int damage; // CraftBukkit - private->public
|
||||
|
||||
public ItemStack(Block block) {
|
||||
this(block, 1);
|
||||
|
Reference in New Issue
Block a user