Started by
woodcraft
on
Topic category: Help with Minecraft modding (Java Edition)
I have a custom code snippet block in my procedure and it requires an additional import, can I add said import without locking the procedure?
Topic category: Help with Minecraft modding (Java Edition)
I have a custom code snippet block in my procedure and it requires an additional import, can I add said import without locking the procedure?
bump
Import will be handled for you. If it is not, it means class has multiple imports. In this case, you can use FQDN, meaning package.name.ClassName