mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
Update docs for Enderman carrying methods
This commit is contained in:
parent
290eb7296a
commit
dde07e23c8
1 changed files with 2 additions and 2 deletions
|
@ -25,14 +25,14 @@ public interface Enderman extends Monster {
|
||||||
/**
|
/**
|
||||||
* Gets the data of the block that the Enderman is carrying.
|
* Gets the data of the block that the Enderman is carrying.
|
||||||
*
|
*
|
||||||
* @return BlockData containing the carried block
|
* @return BlockData containing the carried block, or null if none
|
||||||
*/
|
*/
|
||||||
public BlockData getCarriedBlock();
|
public BlockData getCarriedBlock();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the data of the block that the Enderman is carrying.
|
* Sets the data of the block that the Enderman is carrying.
|
||||||
*
|
*
|
||||||
* @param blockData data to set the carried block to
|
* @param blockData data to set the carried block to, or null to remove
|
||||||
*/
|
*/
|
||||||
public void setCarriedBlock(BlockData blockData);
|
public void setCarriedBlock(BlockData blockData);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue