Name | <EntityTag.material> |
Returns | MaterialTag |
Mechanism | EntityTag.material |
Description | Returns the block material associated with the entity.
For endermen, returns the material the enderman is holding. For minecarts, returns the material the minecart is carrying. |
Generated Example |
|
Group | properties |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityMaterial.java#L47 |