Updated Upstream (Bukkit/CraftBukkit/Spigot)
This commit is contained in:
parent
a657f18f1f
commit
a36a4e2018
22 changed files with 100 additions and 195 deletions
|
|
@ -18,7 +18,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ * Gets if a horse is in their eating grass animation.
|
||||
+ *
|
||||
+ * @return eating grass animation is active
|
||||
+ * @deprecated use {@link #isEatingHaystack()}
|
||||
+ */
|
||||
+ @Deprecated
|
||||
+ public boolean isEatingGrass();
|
||||
+
|
||||
+ /**
|
||||
|
|
@ -27,7 +29,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ * <p>When true, the horse will lower its neck.</p>
|
||||
+ *
|
||||
+ * @param eating eating grass animation is active
|
||||
+ * @deprecated use {@link #setEatingHaystack(boolean)}
|
||||
+ */
|
||||
+ @Deprecated
|
||||
+ public void setEatingGrass(boolean eating);
|
||||
+
|
||||
+ /**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue