mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 20:52:12 -07:00
Update upstream B/CB/S
This commit is contained in:
@@ -190,6 +190,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ private EnchantmentMap enchantments; // Paper
|
+ private EnchantmentMap enchantments; // Paper
|
||||||
private int repairCost;
|
private int repairCost;
|
||||||
private int hideFlag;
|
private int hideFlag;
|
||||||
|
private boolean unbreakable;
|
||||||
|
|
||||||
private static final Set<String> HANDLED_TAGS = Sets.newHashSet();
|
private static final Set<String> HANDLED_TAGS = Sets.newHashSet();
|
||||||
|
|
||||||
@@ -208,7 +209,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
|
|
||||||
this.repairCost = meta.repairCost;
|
this.repairCost = meta.repairCost;
|
||||||
@@ -0,0 +0,0 @@ class CraftMetaItem implements ItemMeta, Repairable {
|
@@ -0,0 +0,0 @@ class CraftMetaItem implements ItemMeta, Repairable {
|
||||||
// Spigot end
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
- static Map<Enchantment, Integer> buildEnchantments(NBTTagCompound tag, ItemMetaKey key) {
|
- static Map<Enchantment, Integer> buildEnchantments(NBTTagCompound tag, ItemMetaKey key) {
|
||||||
@@ -262,7 +263,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ clone.enchantments = new EnchantmentMap(this.enchantments); // Paper
|
+ clone.enchantments = new EnchantmentMap(this.enchantments); // Paper
|
||||||
}
|
}
|
||||||
clone.hideFlag = this.hideFlag;
|
clone.hideFlag = this.hideFlag;
|
||||||
return clone;
|
clone.unbreakable = this.unbreakable;
|
||||||
@@ -0,0 +0,0 @@ class CraftMetaItem implements ItemMeta, Repairable {
|
@@ -0,0 +0,0 @@ class CraftMetaItem implements ItemMeta, Repairable {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Submodule work/Bukkit updated: 5037da9d4c...d986a3f774
Submodule work/CraftBukkit updated: 691628ab5c...b5b0a97d44
Submodule work/Spigot updated: 261f18109e...0f17cfb6c4
Reference in New Issue
Block a user