[ci skip] update DiscoveredDatapack javadoc

This commit is contained in:
Jake Potrebic 2024-12-28 13:49:11 -08:00
parent feb8756567
commit 18da1ae4c0
No known key found for this signature in database
GPG Key ID: 27CC63F7CBC866C7

View File

@ -9,8 +9,11 @@ import org.jetbrains.annotations.Unmodifiable;
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