Hi. I'm making custom 1.20.1 mod which will have a computer capable of executing TIS-3D code. For that mod I've created custom Machine interface implementation. However, I cannot use it as an argument of instruction method here
|
default void onBeforeWriteComplete(final MachineImpl machine, final Port port) { |
Would be cool if it would accept
Machine instead of
MachineImpl
Hi. I'm making custom 1.20.1 mod which will have a computer capable of executing TIS-3D code. For that mod I've created custom
Machineinterface implementation. However, I cannot use it as an argument of instruction method hereTIS-3D/common/src/main/java/li/cil/tis3d/common/module/execution/instruction/Instruction.java
Line 31 in 5fba435
Would be cool if it would accept
Machineinstead ofMachineImpl