Skip to content

Releases: spthiel/entitiesIterator

EntityIterator v1.0.7

04 Oct 09:18
Compare
Choose a tag to compare
  • Added ability to get NBT
  • Added ability to get all NBTKEYS
  • Added ability to get a single value of the NBT

EntityIterator v1.0.6

10 Jul 21:11
Compare
Choose a tag to compare
  • Added ability to filter (extends) when using LiteLoader without Forge (must use obfuscated name in filter i.e. aag or bud)
  • Added ability to filter (extends) using complete class name: net.minecraft.entity.passive.EntitySheep
  • Specifying an invalid class name in filter (extends) will now display an error message/
  • Specifying an invalid class name (without other filters) will no longer return ALL entities.
  • Added ability to filter on PlayerSP

EntityIterator v1.0.5

10 Jul 11:23
Compare
Choose a tag to compare

Fixed Bug with foreach(entities) not working
Moved ENTITYDISTANCE to ENTITYDISTANCEF, ENTITYDISTANCE now returns an Integer
ENTITYITEMUNLOCALIZEDNAME now returns the unlocalized name of the item with metadata

EntityIterator v1.0.4

17 Jun 16:50
Compare
Choose a tag to compare

Fix bug with filters

EntityIterator v1.0.3

15 Jun 08:06
64fdcff
Compare
Choose a tag to compare

Regex no longer case sensitive,
Fixed bug where the filter was required
Added sort as a parameter

EntityIterator v1.0.2

11 Jun 10:58
Compare
Choose a tag to compare

Fix a few bugs

EntityIterator v1.0.1

08 Jun 18:39
Compare
Choose a tag to compare

v1.0.1 release of the entitiesIterator (v1.0 had too many bugs)