remove outdated javadocs

This commit is contained in:
onebeastchris 2023-10-17 19:21:24 +02:00
parent b9c5bddb97
commit 27c1562438
2 changed files with 4 additions and 4 deletions

View file

@ -60,8 +60,8 @@ public abstract class SessionLoadResourcePacksEvent extends ConnectionEvent {
/**
* Unregisters a {@link ResourcePack} from being sent to the client.
*
* @param uuid the UUID of the resource pack/CDN entry to remove.
* @return true whether the resource pack/CDN entry was removed successfully.
* @param uuid the UUID of the resource pack to remove.
* @return true whether the resource pack was removed successfully.
*/
public abstract boolean unregister(@NonNull UUID uuid);
}

View file

@ -56,8 +56,8 @@ public abstract class GeyserDefineResourcePacksEvent implements Event {
/**
* Unregisters a {@link ResourcePack} from being sent to clients.
*
* @param uuid the UUID of the resource pack/CDN entry to remove.
* @return true whether the resource pack/CDN entry was removed successfully.
* @param uuid the UUID of the resource pack to remove.
* @return true whether the resource pack was removed successfully.
*/
public abstract boolean unregister(@NonNull UUID uuid);
}