Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-20 15:00:11 +01:00
Remove forRemoval
Dieser Commit ist enthalten in:
Ursprung
dbfc153b04
Commit
f74d36a1f9
@ -68,7 +68,7 @@ public abstract class SessionLoadResourcePacksEvent extends ConnectionEvent {
|
||||
/**
|
||||
* Registers a {@link ResourcePackCDNEntry} to be sent to the client.
|
||||
*
|
||||
* @param entry a resource pack CDN entry that will be sent to the client.
|
||||
* @param entry CDN entry that will be sent to the client to download a resource pack from.
|
||||
*/
|
||||
public abstract boolean register(@NonNull ResourcePackCDNEntry entry);
|
||||
|
||||
|
@ -65,7 +65,7 @@ public abstract class GeyserDefineResourcePacksEvent implements Event {
|
||||
/**
|
||||
* Registers a {@link ResourcePackCDNEntry} to be sent to clients.
|
||||
*
|
||||
* @param entry a resource pack CDN entry that will be sent to clients.
|
||||
* @param entry CDN entry that will be sent to the client to download a resource pack from.
|
||||
*/
|
||||
public abstract boolean register(@NonNull ResourcePackCDNEntry entry);
|
||||
|
||||
|
@ -38,6 +38,6 @@ import java.util.List;
|
||||
* @param resourcePacks a mutable list of the currently listed resource packs
|
||||
*/
|
||||
|
||||
@Deprecated(forRemoval = true)
|
||||
@Deprecated
|
||||
public record GeyserLoadResourcePacksEvent(@Deprecated @NonNull List<Path> resourcePacks) implements Event {
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren