HoeItem

Undocumented in source.
class HoeItem : ToolItem!(si, Tools.hoe, material, durability, 1)(
sul.items.Item si
ubyte material
ushort durability
) {}

Constructors

this
this(E args)
Undocumented in source.

Members

Functions

attackOnEntity
bool attackOnEntity(Player player, Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
useOnBlock
bool useOnBlock(Player player, Block block, BlockPosition position, ubyte face)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta