package fr.adrien1106.reframed.client.model; import java.util.List; public interface MultiRetexturableModel { List models(); }