IBlockEvent
Link to iblockevent
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;
Extending IEventPositionable
Link to extending-ieventpositionable
This interface extends IEventPositionable, which means that all functionality that IEventPositionable offers is also present in IBlockEvent
ZenGetters
Link to zengetters
name(名称) | 类型 |
---|---|
name(名称) world | 类型 IWorld |
name(名称) blockState | 类型 IBlockState |
name(名称) block #方块 | 类型 IBlock |