Skip to content

Commit

Permalink
Removed unused experimental class, improved annotations in PDCApi
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGBLP committed Jan 12, 2025
1 parent 93ea5cb commit cebd5d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 60 deletions.
3 changes: 2 additions & 1 deletion src/main/java/it/jakegblp/lusk/api/PDCApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ public static Nested getNestedContainer(PersistentDataContainer container, Strin
return new Nested(container, key);
}

public static boolean hasTag(@NotNull String tag, @NotNull PersistentDataContainer container) {
@NullMarked
public static boolean hasTag(String tag, PersistentDataContainer container) {
return getNestedContainer(container, tag) != null;
}

Expand Down
59 changes: 0 additions & 59 deletions src/main/java/it/jakegblp/lusk/api/PDCWrapper.java

This file was deleted.

0 comments on commit cebd5d6

Please sign in to comment.