Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-19 22:40:18 +01:00
remove outdated javadocs
Dieser Commit ist enthalten in:
Ursprung
b9c5bddb97
Commit
27c1562438
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren