mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
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:
parent
56a2b01e1d
commit
9b5df4e403
1 changed files with 2 additions and 3 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue