it works but its spaghetti
This commit is contained in:
@@ -17,6 +17,17 @@
|
||||
|
||||
package fi.dy.masa.litematica.schematic.placement;
|
||||
|
||||
import net.minecraft.util.Mirror;
|
||||
import net.minecraft.util.Rotation;
|
||||
|
||||
public class SchematicPlacement extends SchematicPlacementUnloaded {
|
||||
private Rotation rotation;
|
||||
private Mirror mirror;
|
||||
public Rotation getRotation() {
|
||||
return this.rotation;
|
||||
}
|
||||
public Mirror getMirror() {
|
||||
return this.mirror;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user