Entity term types

Started by Tamaz3 on

Topic category: Help with modding (Java Edition)

Last seen on 17:05, 14. Aug 2024
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Entity term types

I am using this software since 2021 but I still can't figure out what "Entity iterator", "Source entity (I kinda figured it out but the real definition is still unclear to me)" and "Immediate source entity". What are the technical definitions of these terms?

Last seen on 23:08, 19. Sep 2024
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i know entity iterator is…
Sat, 08/19/2023 - 22:38

i know entity iterator is used with the 'for each entity in square cube of size(number)' block.  I think immediate source entity is used when a projectile hits an entity something to reference data on the projectile instead of the shooter or the target.

Last seen on 17:05, 14. Aug 2024
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I would be intrested in…
Sun, 08/20/2023 - 14:02

I would be intrested in specifically the block that you were using as an example. It simply doesn't work, as the game treats me as the "entitiy iterator"

Last seen on 23:08, 19. Sep 2024
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
my experience with 'for each…
Sun, 08/20/2023 - 16:32

my experience with 'for each entity in square cube as entity iterator' is that any block placed inside it that uses entity iterator instead of event/target entity will effect every entity(including the player) within the radius, it also works with some conditionals inside 'for each entity in square cube as entity iterator' to specify which of the possible entities to affect.  I apologize if this is not what you were asking, but I hope this helps.

Last seen on 17:05, 14. Aug 2024
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you
Tue, 08/22/2023 - 00:13

Thank you