IEventPositionable

Link to ieventpositionable

This interface is extended by all events whose position matters.
That means you can use the getters below to access the position details.

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

name(名称)类型
name(名称)
position
类型
IBlockPos
name(名称)
x
类型
int
name(名称)
y
类型
int
name(名称)
z
类型
int