Add aggressive mob API (#9838)
This commit is contained in:
parent
5cca94a05e
commit
cbce3a66aa
7 changed files with 77 additions and 4 deletions
|
@ -10,8 +10,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+++ b/src/main/java/org/bukkit/entity/Mob.java
|
||||
@@ -0,0 +0,0 @@ public interface Mob extends LivingEntity, Lootable {
|
||||
*/
|
||||
@Nullable
|
||||
public Sound getAmbientSound();
|
||||
void setAggressive(boolean aggressive);
|
||||
// Paper end
|
||||
+
|
||||
+ // Paper start
|
||||
+ /**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue