Update api/src/main/java/org/geysermc/geyser/api/pack/ResourcePack.java

Co-authored-by: Konicai <71294714+Konicai@users.noreply.github.com>
This commit is contained in:
chris 2024-08-11 21:24:26 +02:00 committed by GitHub
parent 56a2b01e1d
commit 9b5df4e403
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,10 +29,9 @@ import org.checkerframework.checker.nullness.qual.NonNull;
import org.checkerframework.checker.nullness.qual.Nullable;
/**
* Represents a resource pack sent to Bedrock clients
* Represents a resource pack sent to Bedrock clients.
* <p>
* This representation of a resource pack only contains what
* Geyser requires to send it to the client.
* This representation of a resource pack tends to be minimal.
* <p>
* Optionally, a content key and/or a subpack name to load can be provided.
*/