13
0
geforkt von Mirrors/Paper

Correct typo in javadoc (#9944)

Dieser Commit ist enthalten in:
SoSeDiK 2023-11-13 20:25:46 +02:00
Ursprung bbd013be54
Commit 95c2b76467

Datei anzeigen

@ -32,7 +32,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ * Sets that the Entity is "charging" up an attack, by raising its hands
+ *
+ * @param raiseHands Whether the entities hands are raised to charge attack
+ * @deprecated use {@link #isAggressive()}
+ * @deprecated use {@link #setAggressive(boolean)}
+ */
+ @Deprecated
+ void setChargingAttack(boolean raiseHands);