mirror of
https://github.com/PaperMC/Paper.git
synced 2025-05-19 13:40:24 -07:00
[ci skip] update DiscoveredDatapack javadoc
This commit is contained in:
parent
feb8756567
commit
18da1ae4c0
@ -9,8 +9,11 @@ import org.jetbrains.annotations.Unmodifiable;
|
|||||||
import org.jspecify.annotations.NullMarked;
|
import org.jspecify.annotations.NullMarked;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is a snapshot of a discovered datapack on the server. It
|
* Represents a snapshot of a datapack that the server has found by
|
||||||
* won't be updated as datapacks are updated.
|
* 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
|
@NullMarked
|
||||||
@ApiStatus.NonExtendable
|
@ApiStatus.NonExtendable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user