forked from BLOCKFANTASY/LOOHP-Limbo
Fixed chat packets
This commit is contained in:
@@ -19,10 +19,18 @@
|
||||
|
||||
package com.loohp.limbo.bossbar;
|
||||
|
||||
import net.kyori.adventure.bossbar.BossBar;
|
||||
import net.kyori.adventure.key.Key;
|
||||
|
||||
@SuppressWarnings("DeprecatedIsStillUsed")
|
||||
@Deprecated
|
||||
public class Unsafe {
|
||||
|
||||
@Deprecated
|
||||
public static KeyedBossBar create(Key key, BossBar properties) {
|
||||
return new KeyedBossBar(key, properties);
|
||||
}
|
||||
|
||||
private final KeyedBossBar instance;
|
||||
|
||||
protected Unsafe(KeyedBossBar instance) {
|
||||
|
||||
Reference in New Issue
Block a user