Block Component Method
Get Block Instance from Event
Retrieve a Block instance
through the player's name
Requires Event instance
Return Block instance
Set Block Type
Modify the block type using a Block instance
, refer to Item Types
Requires Block instance
and String
Get Block Type
Retrieve the type from a Block instance
, refer to Item Types
Requires Block instance
Return String
*
Get Block by Coordinates
Retrieve a Block instance
using a Location instance
Requires Location instance
Return Block instance
Break Block
Break the block naturally as provided by the Block instance
Requires a Block instance