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