Represents a Wolf.
More...
Represents a Wolf.
Definition at line 8 of file Wolf.java.
| DyeColor org.bukkit.entity.Wolf.getCollarColor |
( |
| ) |
|
Get the collar color of this wolf.
- Returns
- the color of the collar
| boolean org.bukkit.entity.Wolf.isAngry |
( |
| ) |
|
Checks if this wolf is angry.
- Returns
- Anger true if angry
| boolean org.bukkit.entity.Wolf.isSitting |
( |
| ) |
|
Checks if this wolf is sitting.
- Returns
- true if sitting
| void org.bukkit.entity.Wolf.setAngry |
( |
boolean |
angry | ) |
|
Sets the anger of this wolf An angry wolf can not be fed or tamed, and will actively look for targets to attack.
- Parameters
-
| void org.bukkit.entity.Wolf.setCollarColor |
( |
DyeColor |
color | ) |
|
Set the collar color of this wolf.
- Parameters
-
| void org.bukkit.entity.Wolf.setSitting |
( |
boolean |
sitting | ) |
|
Sets if this wolf is sitting Will remove any path that the wolf was following beforehand.
- Parameters
-
The documentation for this interface was generated from the following file: