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

io.github.kosmx.bendylib.impl.accessors.IModelPartAccessor Maven / Gradle / Ivy

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

import io.github.kosmx.bendylib.ModelPartAccessor;
import java.util.List;
import java.util.Map;
import net.minecraft.class_630;

/**
 * Basic operation to access cuboid in ModelPart
 */
public interface IModelPartAccessor {

    List getCuboids();

    Map getChildren(); //easy to search in it :D

    void setWorkaround(ModelPartAccessor.Workaround workaround);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy