Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instruction method requires MachineImpl instead of Machine interface #207

Open
slava110 opened this issue Jul 24, 2024 · 0 comments
Open

Comments

@slava110
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant