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;

nametype
name
position
type
IBlockPos
name
x
type
int
name
y
type
int
name
z
type
int