mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-06 23:22:10 -07:00
[ci skip] Fix annotation fields used in NMS getBukkitEntity (#12120)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
private int value;
|
||||
private int max = 100;
|
||||
+ // CraftBukkit start
|
||||
+ private org.bukkit.boss.KeyedBossBar bossBar;
|
||||
+ private @javax.annotation.Nullable org.bukkit.boss.KeyedBossBar bossBar;
|
||||
+
|
||||
+ public org.bukkit.boss.KeyedBossBar getBukkitEntity() {
|
||||
+ if (this.bossBar == null) {
|
||||
|
Reference in New Issue
Block a user