All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.kosmx.bendylib.impl.IPosWithOrigin Maven / Gradle / Ivy

The newest version!
package io.github.kosmx.bendylib.impl;

import net.minecraft.class_1160;

/**
 * Position vector what is storing its original position
 */
public interface IPosWithOrigin {
    /**
     * Return a COPY of its original position
     * @return this.vector.copy()
     */
    class_1160 getOriginalPos();

    /**
     * @return current position
     */
    class_1160 getPos();

    /**
     * set a new value to current pos
     * @param vector3f new position
     */
    void setPos(class_1160 vector3f);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy