mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 23:10:16 +01:00
Update Mob.java (#11757)
This commit is contained in:
parent
25a7793b9c
commit
413751ae2d
1 changed files with 2 additions and 2 deletions
|
@ -191,7 +191,7 @@ public interface Mob extends LivingEntity, Lootable, io.papermc.paper.entity.Lea
|
||||||
* set by {@link #setAggressive(boolean)}. {@link Panda}'s are always
|
* set by {@link #setAggressive(boolean)}. {@link Panda}'s are always
|
||||||
* aggressive if their combined {@link Panda.Gene} is {@link Panda.Gene#AGGRESSIVE}.
|
* aggressive if their combined {@link Panda.Gene} is {@link Panda.Gene#AGGRESSIVE}.
|
||||||
*
|
*
|
||||||
* @return wether the mob is aggressive or not
|
* @return whether the mob is aggressive or not
|
||||||
*/
|
*/
|
||||||
boolean isAggressive();
|
boolean isAggressive();
|
||||||
|
|
||||||
|
@ -199,7 +199,7 @@ public interface Mob extends LivingEntity, Lootable, io.papermc.paper.entity.Lea
|
||||||
* Some mobs will raise their arm(s) when aggressive,
|
* Some mobs will raise their arm(s) when aggressive,
|
||||||
* see {@link #isAggressive()} for full list.
|
* see {@link #isAggressive()} for full list.
|
||||||
*
|
*
|
||||||
* @param aggressive wether the mob should be aggressive or not
|
* @param aggressive whether the mob should be aggressive or not
|
||||||
* @see #isAggressive()
|
* @see #isAggressive()
|
||||||
*/
|
*/
|
||||||
void setAggressive(boolean aggressive);
|
void setAggressive(boolean aggressive);
|
||||||
|
|
Loading…
Reference in a new issue