Releases: spthiel/entitiesIterator
Releases · spthiel/entitiesIterator
EntityIterator v1.0.7
- 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
- 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
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
Fix bug with filters
EntityIterator v1.0.3
Regex no longer case sensitive,
Fixed bug where the filter was required
Added sort as a parameter
EntityIterator v1.0.2
Fix a few bugs
EntityIterator v1.0.1
v1.0.1 release of the entitiesIterator (v1.0 had too many bugs)