Class DirectionMixin
java.lang.Object
dev.latvian.mods.kubejs.core.mixin.DirectionMixin
-
Constructor Details
-
DirectionMixin
public DirectionMixin()
-
-
Method Details
-
getStepX
@RemapForJS("getX") public abstract int getStepX() -
getStepY
@RemapForJS("getY") public abstract int getStepY() -
getStepZ
@RemapForJS("getZ") public abstract int getStepZ() -
get3DDataValue
@RemapForJS("getIndex") public abstract int get3DDataValue() -
get2DDataValue
@RemapForJS("getHorizontalIndex") public abstract int get2DDataValue() -
toYRot
@RemapForJS("getYaw") public abstract float toYRot() -
kjs$getPitch
@RemapForJS("getPitch") public float kjs$getPitch()
-