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.

Importing the class

Link to importing-the-class

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

ZenGetters/ZenSetters

Link to zengetterszensetters

ZenGetterZenSetterType
ZenGetter
position
ZenSetter
Type
IBlockPos
ZenGetter
x
ZenSetter
Type
int
ZenGetter
y
ZenSetter
Type
int
ZenGetter
z
ZenSetter
Type
int