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

This commit is contained in:
chris 2024-08-11 18:10:26 +02:00 committed by GitHub
parent 87829c9d0a
commit 56a2b01e1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.