Correct typo in javadoc (#9944)

This commit is contained in:
SoSeDiK 2023-11-13 20:25:46 +02:00 committed by GitHub
parent f186318a91
commit ce7f068095
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);