Export options suggestion

Started by mc_Dandy on

Topic category: Feature requests and ideas for MCreator

Last seen on 16:11, 19. May 2020
Joined Apr 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Export options suggestion

I need to use code of gun item in my eclipse project. But there is a catch, that gun item's class relays on EntityArrowCustom and I do not have acess to it from inbuild code editor.

 

Sorry for my bed english. I am from Czech republic.

Last seen on 16:11, 19. May 2020
Joined Apr 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I do not want to decompile…
Tue, 10/30/2018 - 09:40

I do not want to decompile it, becouse it´s just step that could be easily omitted if I had access to source code of the mod

Last seen on 17:17, 10. Jan 2024
Joined Aug 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you describe more…
Tue, 10/30/2018 - 20:07

Can you describe more clearly what are you trying to achieve?
From what you have written I can say:

  • You have some sort of another project  that is not done in MCreator, but it is done in some other IDE - Eclipse
  • In your MCreator there is an item, that shoots instances of EntityArrowCustom (because that is the way MCreator generates it)
  • You want to either access this code or copy it to the Eclipse project
  • You can not find the EntityArrowCustom  class

If that is the case, EntityArrowCustom is not a separate class. It is a static inner class in the class of the MCreator generated gun.
If you are trying to achieve something else, you will have to be more specific - either in English or Czech, however if you decide to write in Czech, you should write it at least in English as well, because all text here on mcreator.net should be kept in English only, so anyone can read it.

Last seen on 16:11, 19. May 2020
Joined Apr 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You are right about what I…
Tue, 07/02/2019 - 12:10

You are right about what I am trying to acconplish. Did not use mccreator for a while. The inner class was not showing in the gun code (did not use inner classes). Go to difinition shows nothing.

 

Oh found it

public static class EntityArrowCustom extends EntityTippedArrow