MiningItem

Undocumented in source.
class MiningItem : ToolItem!(si, tool, material, durability, attack)(
sul.items.Item si
ubyte tool
ubyte material
ushort durability
uint attack
) {}

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.
destroyOn
bool destroyOn(Player player, Block block, BlockPosition position)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta