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

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

name(名称)类型
name(名称)
world
类型
IWorld
name(名称)
blockState
类型
IBlockState
name(名称)
block #方块
类型
IBlock