Remove get/setDirection

dev/0.11
modmuss50 2020-06-28 13:01:49 +01:00
parent a02f81bbaa
commit b359b83d25
1 changed files with 0 additions and 9 deletions

View File

@ -49,15 +49,6 @@ public class RemapSourcesJarTask extends AbstractLoomTask {
}
}
public String getDirection() {
return direction;
}
public RemapSourcesJarTask setDirection(String direction) {
this.direction = direction;
return this;
}
@Internal
public SourceRemapper getSourceRemapper() {
return sourceRemapper;