![]() |
Bukkit
1.4.7-R1.0
|
Represents an Enderman. More...
Inheritance diagram for org.bukkit.entity.Enderman:
Collaboration diagram for org.bukkit.entity.Enderman:Public Member Functions | |
| MaterialData | getCarriedMaterial () |
| Get the id and data of the block that the Enderman is carrying. | |
| void | setCarriedMaterial (MaterialData material) |
| Set the id and data of the block that the Enderman is carring. | |
Represents an Enderman.
Definition at line 8 of file Enderman.java.
| MaterialData org.bukkit.entity.Enderman.getCarriedMaterial | ( | ) |
Get the id and data of the block that the Enderman is carrying.
| void org.bukkit.entity.Enderman.setCarriedMaterial | ( | MaterialData | material | ) |
Set the id and data of the block that the Enderman is carring.
| material | data to set the carried block to |