selery ~master (2019-01-01T00:21:55Z)
Dub
Repo
HoeItem
selery
item
tool
Undocumented in source.
class
HoeItem : ToolItem!(si, Tools.hoe, material, durability, 1)(
sul
.
items
.
Item
si
ubyte
material
ushort
durability
) {
this
(E args);
bool
useOnBlock
(Player player, Block block, BlockPosition position, ubyte face);
bool
attackOnEntity
(Player player, Entity entity);
}
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
Source
See Implementation
selery
item
tool
aliases
AxeItem
PickaxeItem
classes
ArmorItem
ColorableArmorItem
HoeItem
MiningItem
PlaceableArmor
ShovelItem
SwordItem
Tool
ToolItem
enums
Durability
Tools
interfaces
Armor