Inventories! (Part 1)

This commit is contained in:
LOOHP
2022-12-09 02:40:16 +00:00
parent ca186938f4
commit 949d2f34d7
48 changed files with 10960 additions and 6652 deletions
@@ -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);
}