mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-10 09:02:09 -07:00
[CI-SKIP] fix minecart vs minecraft typos (#5713)
This commit is contained in:
@@ -16,7 +16,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
net.kyori.adventure.text.Component displayName(@NotNull ItemStack itemStack);
|
net.kyori.adventure.text.Component displayName(@NotNull ItemStack itemStack);
|
||||||
+
|
+
|
||||||
+ /**
|
+ /**
|
||||||
+ * Minecart updates are converting simple item stacks into more complex NBT oriented Item Stacks.
|
+ * Minecraft updates are converting simple item stacks into more complex NBT oriented Item Stacks.
|
||||||
+ *
|
+ *
|
||||||
+ * Use this method to to ensure any desired data conversions are processed.
|
+ * Use this method to to ensure any desired data conversions are processed.
|
||||||
+ * The input itemstack will not be the same as the returned itemstack.
|
+ * The input itemstack will not be the same as the returned itemstack.
|
||||||
@@ -47,7 +47,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
}
|
}
|
||||||
+
|
+
|
||||||
+ /**
|
+ /**
|
||||||
+ * Minecart updates are converting simple item stacks into more complex NBT oriented Item Stacks.
|
+ * Minecraft updates are converting simple item stacks into more complex NBT oriented Item Stacks.
|
||||||
+ *
|
+ *
|
||||||
+ * Use this method to to ensure any desired data conversions are processed.
|
+ * Use this method to to ensure any desired data conversions are processed.
|
||||||
+ * The input itemstack will not be the same as the returned itemstack.
|
+ * The input itemstack will not be the same as the returned itemstack.
|
||||||
|
Reference in New Issue
Block a user