Make bukkitEntity private to prevent incorrect usage

This commit is contained in:
md_5
2019-06-02 19:49:41 +10:00
parent b7fea42777
commit fa71719350
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
+ return tag.hasKey("Bukkit.updateLevel") && tag.getInt("Bukkit.updateLevel") >= level;
+ }
+
+ protected CraftEntity bukkitEntity;
+ private CraftEntity bukkitEntity;
+
+ public CraftEntity getBukkitEntity() {
+ if (bukkitEntity == null) {