mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-28 21:47:55 +01:00
Correct typo in javadoc (#9944)
This commit is contained in:
parent
f186318a91
commit
ce7f068095
@ -8,7 +8,7 @@ and to perform an attack.
|
|||||||
|
|
||||||
diff --git a/src/main/java/com/destroystokyo/paper/entity/RangedEntity.java b/src/main/java/com/destroystokyo/paper/entity/RangedEntity.java
|
diff --git a/src/main/java/com/destroystokyo/paper/entity/RangedEntity.java b/src/main/java/com/destroystokyo/paper/entity/RangedEntity.java
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 0000000000000000000000000000000000000000..b5eb4239763f8f919bc328d95c846d5ef1a9d24f
|
index 0000000000000000000000000000000000000000..a087a04c525ea14b197c65063b43ebf097ddc5c2
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/src/main/java/com/destroystokyo/paper/entity/RangedEntity.java
|
+++ b/src/main/java/com/destroystokyo/paper/entity/RangedEntity.java
|
||||||
@@ -0,0 +1,35 @@
|
@@ -0,0 +1,35 @@
|
||||||
@ -32,7 +32,7 @@ index 0000000000000000000000000000000000000000..b5eb4239763f8f919bc328d95c846d5e
|
|||||||
+ * 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);
|
||||||
|
Loading…
Reference in New Issue
Block a user