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
This commit is contained in:
parent
87829c9d0a
commit
56a2b01e1d
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public interface ResourcePack {
|
|||
/**
|
||||
* Sets the content key of the resource pack. Lack of a content key can be represented by an empty string.
|
||||
*/
|
||||
void contentKey(@NonNull String contentKey);
|
||||
void contentKey(@Nullable String contentKey);
|
||||
|
||||
/**
|
||||
* The subpack to tell Bedrock clients to load. Lack of a subpack to load is represented by an empty string.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue