Documentation

BlockToolType
in package

Types of tools that can be used to break blocks Blocks may allow multiple tool types by combining these bitflags

Table of Contents

AXE  = 1 << 3
HOE  = 1 << 5
NONE  = 0
PICKAXE  = 1 << 2
SHEARS  = 1 << 4
SHOVEL  = 1 << 1
SWORD  = 1 << 0
__construct()  : mixed

Constants

Methods

__construct()

private __construct() : mixed
Return values
mixed

Search results