Skip to content

Commit

Permalink
[ci skip] update DiscoveredDatapack javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Machine-Maker committed Dec 28, 2024
1 parent feb8756 commit 18da1ae
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@
import org.jspecify.annotations.NullMarked;

/**
* This is a snapshot of a discovered datapack on the server. It
* won't be updated as datapacks are updated.
* Represents a snapshot of a datapack that the server has found by
* searching available sources. It may or may not be enabled and isn't
* guaranteed to be available. This object won't be
* updated as datapacks are updated.
* @see DatapackRegistrar
*/
@NullMarked
@ApiStatus.NonExtendable
Expand Down

0 comments on commit 18da1ae

Please sign in to comment.