Skip to content

Commit

Permalink
feat(item): 优化PreparedItem的结构,使其适用于更多项目。
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Oct 11, 2023
1 parent c730322 commit 5d55ddb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ protected ItemModifier(@NotNull Function<@NotNull Player, @Nullable ItemStack> i
};
}

public abstract @NotNull S getThis();
protected abstract @NotNull S getThis();

public abstract @Nullable R get(Player player);

Expand Down

0 comments on commit 5d55ddb

Please sign in to comment.