Begin new model system
Includes some examples for both ways.
This commit is contained in:
parent
5c2ba20a32
commit
ba0b24d231
28 changed files with 332 additions and 104 deletions
|
@ -0,0 +1,10 @@
|
|||
package WayofTime.bloodmagic.client;
|
||||
|
||||
import org.apache.commons.lang3.tuple.Pair;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface IVariantProvider {
|
||||
|
||||
List<Pair<Integer, String>> getVariants();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue