Skip to content

Commit

Permalink
docs(api): add @throws MergeException to ResourceContainer#merge
Browse files Browse the repository at this point in the history
  • Loading branch information
yusshu committed Nov 28, 2023
1 parent df22246 commit 309240e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
import team.unnamed.creative.metadata.Metadata;
import team.unnamed.creative.model.Model;
import team.unnamed.creative.part.ResourcePackPart;
import team.unnamed.creative.resources.MergeException;
import team.unnamed.creative.resources.MergeStrategy;
import team.unnamed.creative.sound.Sound;
import team.unnamed.creative.sound.SoundEvent;
Expand Down Expand Up @@ -628,6 +629,7 @@ default void part(final @NotNull ResourcePackPart part) {
*
* @param other The other resource container
* @param strategy The merge strategy
* @throws MergeException If the merge fails
* @since 1.4.0
*/
void merge(final @NotNull ResourceContainer other, final @NotNull MergeStrategy strategy);
Expand Down

0 comments on commit 309240e

Please sign in to comment.