forked from BLOCKFANTASY/LOOHP-Limbo
Inventories! (Part 1)
This commit is contained in:
@@ -27,7 +27,7 @@ import net.kyori.adventure.key.Key;
|
||||
public class Unsafe {
|
||||
|
||||
@Deprecated
|
||||
public static KeyedBossBar create(Key key, BossBar properties) {
|
||||
public static KeyedBossBar a(Key key, BossBar properties) {
|
||||
return new KeyedBossBar(key, properties);
|
||||
}
|
||||
|
||||
@@ -38,12 +38,12 @@ public class Unsafe {
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public KeyedBossBar.LimboBossBarHandler getLimboListener() {
|
||||
public KeyedBossBar.LimboBossBarHandler a() {
|
||||
return instance.listener;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public void invalidate() {
|
||||
public void b() {
|
||||
instance.valid.set(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user