mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-19 14:59:27 +00:00
1.21.90 support (#5589)
* Initial changes for 1.21.90 * Update Bedrock protocol, fix camera present serializer * yeet debug * Set auth chain data * Update dependencies, add bstats metrics for haproxy usage
This commit is contained in:
@@ -113,4 +113,14 @@ public abstract class SessionLoadResourcePacksEvent extends ConnectionEvent {
|
||||
* @since 2.1.1
|
||||
*/
|
||||
public abstract boolean unregister(@NonNull UUID uuid);
|
||||
|
||||
/**
|
||||
* Whether to forcefully disable vibrant visuals for joining clients.
|
||||
* While vibrant visuals are nice to look at, they can cause issues with
|
||||
* some resource packs.
|
||||
*
|
||||
* @param enabled Whether vibrant visuals are allowed. This is true by default.
|
||||
* @since 2.7.2
|
||||
*/
|
||||
public abstract void allowVibrantVisuals(boolean enabled);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user