Now to add custom import?

Started by woodcraft on

Topic category: Help with Minecraft modding (Java Edition)

Active 5 days ago
Joined Jan 2020
Points:
1014

User statistics:

  • Modifications: 0
  • Forum topics: 29
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 502
Now to add custom import?

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?

Active 5 days ago
Joined Jan 2020
Points:
1014

User statistics:

  • Modifications: 0
  • Forum topics: 29
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 502
bump
Tue, 03/19/2024 - 14:04

bump

Import will be handled for…
Tue, 03/19/2024 - 18:46

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