Skip to content

Commit 1b052ab

Browse files
committed
Working on improve the logic for the logic to return back items
1 parent ad50810 commit 1b052ab

4 files changed

Lines changed: 498 additions & 349 deletions

File tree

Item Creator/src/main/java/org/broken/arrow/library/itemcreator/utility/nms/ComponentAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
*
5353
* <p>Use this class when you need low-level, version-independent access to both
5454
* custom and vanilla item data. For simpler, high-level operations, consider using
55-
* {@link ComponentFactory} or {@link NbtData}.</p>
55+
* {@link ComponentFactory} or {@link org.broken.arrow.library.itemcreator.utility.compound.NbtData}.</p>
5656
*/
5757
public class ComponentAdapter implements NbtEditor {
5858
private static final Logging logger = new Logging(ComponentAccess.class);

0 commit comments

Comments
 (0)