mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-11 18:26:08 +00:00
implement new tectonic depthtracker API
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
package com.dfsek.terra.api.tectonic;
|
||||
|
||||
import com.dfsek.tectonic.api.depth.DepthTracker;
|
||||
import com.dfsek.tectonic.api.loader.ConfigLoader;
|
||||
|
||||
|
||||
public interface ShortcutLoader<T> {
|
||||
T load(ConfigLoader configLoader, String input);
|
||||
T load(ConfigLoader configLoader, String input, DepthTracker tracker);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user