Make Panda implement Sittable (#7414)

This commit is contained in:
Jake Potrebic
2022-02-12 05:36:41 -08:00
parent 0dc4f76558
commit 1ea50caf00
2 changed files with 24 additions and 2 deletions

View File

@@ -231,7 +231,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ }
+
+ @Override
+ public void setIsSitting(boolean sitting) {
+ public void setSitting(boolean sitting) {
+ this.getHandle().sit(sitting);
+ }
+ // Paper end - Panda API