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

Импорт класса

Link to импорт-класса

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

Наследование от IEventPositionable

Link to наследование-от-ieventpositionable

Этот интерфейс расширяет IEventPositionable. Это значит, что весь функционал, который предлагает IEventPositionable, так же доступен в IBlockEvent.

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