TIS-3D

TIS-3D

981k Downloads

Instruction method requires `MachineImpl` instead of `Machine` interface

slava110 opened this issue ยท 0 comments

commented

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