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
AXE
public
mixed
AXE
= 1 << 3
HOE
public
mixed
HOE
= 1 << 5
NONE
public
mixed
NONE
= 0
PICKAXE
public
mixed
PICKAXE
= 1 << 2
SHEARS
public
mixed
SHEARS
= 1 << 4
SHOVEL
public
mixed
SHOVEL
= 1 << 1
SWORD
public
mixed
SWORD
= 1 << 0
Methods
__construct()
private
__construct() : mixed