This interface is extended by all Events that can deal with blocks in the world.

Importing the class

Link to importing-the-class

It might be required to import the class to avoid errors.
import crafttweaker.event.IBlockEvent;

Extending IEventPositionable

Link to extending-ieventpositionable

This interface extends IEventPositionable, which means that all functionality that IEventPositionable offers is also present in IBlockEvent

nametype
name
world
type
IWorld
name
blockState
type
IBlockState
name
block
type
IBlock