Remove get/setDirection
parent
a02f81bbaa
commit
b359b83d25
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue