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
It might be required to import the class to avoid errors.
import crafttweaker.event.IEventPositionable;
ZenGetters/ZenSetters
ZenGetter | ZenSetter | Type |
---|---|---|
ZenGetter position | ZenSetter | Type IBlockPos |
ZenGetter x | ZenSetter | Type int |
ZenGetter y | ZenSetter | Type int |
ZenGetter z | ZenSetter | Type int |