3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-04 00:41:13 +02:00

remove outdated javadocs

Dieser Commit ist enthalten in:
onebeastchris 2023-10-17 19:21:24 +02:00
Ursprung b9c5bddb97
Commit 27c1562438
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

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