package
0.0.4
Repository: https://github.com/sunproxy/sunfly.git
Documentation: pkg.go.dev

# Variables

TierDiamond is the tier of diamond tools.
TierGold is the tier of gold tools.
TierIron is the tier of iron tools.
TierNetherite is the tier of netherite tools.
TierStone is the tier of stone tools.
TierWood is the tier of wood tools.
TypeAxe is the type for axes.
TypeHoe is the type for hoes.
TypeNone is the type of items that are not tools.
TypePickaxe is the type for pickaxes.
TypeShears is the type for shears.
TypeShovel is the type for shovels.
TypeSword is the type for swords.

# Structs

None is a tool type typically used in functions for items that do not function as tools.
Tier represents the tier, or material, that a tool is made of.
Type represents the type of a tool.

# Interfaces

Tool represents an item that may be used as a tool.