mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 13:05:27 -05:00
Remove get/setDirection
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user