Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
org.bukkit.entity.Enderman Interface Reference

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.
 

Detailed Description

Represents an Enderman.

Definition at line 8 of file Enderman.java.

Member Function Documentation

MaterialData org.bukkit.entity.Enderman.getCarriedMaterial ( )

Get the id and data of the block that the Enderman is carrying.

Returns
MaterialData containing the id and data of the block
void org.bukkit.entity.Enderman.setCarriedMaterial ( MaterialData  material)

Set the id and data of the block that the Enderman is carring.

Parameters
materialdata to set the carried block to

The documentation for this interface was generated from the following file: