mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 12:42:05 -07:00
Correct typo in javadoc (#9944)
This commit is contained in:
@@ -32,7 +32,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ * Sets that the Entity is "charging" up an attack, by raising its hands
|
+ * Sets that the Entity is "charging" up an attack, by raising its hands
|
||||||
+ *
|
+ *
|
||||||
+ * @param raiseHands Whether the entities hands are raised to charge attack
|
+ * @param raiseHands Whether the entities hands are raised to charge attack
|
||||||
+ * @deprecated use {@link #isAggressive()}
|
+ * @deprecated use {@link #setAggressive(boolean)}
|
||||||
+ */
|
+ */
|
||||||
+ @Deprecated
|
+ @Deprecated
|
||||||
+ void setChargingAttack(boolean raiseHands);
|
+ void setChargingAttack(boolean raiseHands);
|
||||||
|
Reference in New Issue
Block a user