Minecraft Entity Information mod 2026 download
logo
minecraft mod Entity Information

Entity Information

Game Version: 1.17.1
Total Downloads: 9,292
Updated: Jul 29, 2021
Created: May 10, 2019
Download Entity InformationDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
entityinformation_1.17.1-1.6.jar release 8.13 KB Jul 29, 2021 1.17.1 1 download Entity Information entityinformation_1.17.1-1.6.jar releaseDownload
entityinformation_1.16.5-1.6.jar release 7.98 KB Jul 7, 2021 1.16.5 58 download Entity Information entityinformation_1.16.5-1.6.jar releaseDownload
entityinformation_1.16.5-1.5.jar release 7.98 KB Feb 27, 2021 1.16.5 167 download Entity Information entityinformation_1.16.5-1.5.jar releaseDownload
entityinformation_1.15.2-1.5.jar release 8.31 KB Feb 27, 2021 1.15.2 8 download Entity Information entityinformation_1.15.2-1.5.jar releaseDownload
entityinformation_1.14.4-1.5.jar release 8.30 KB Feb 27, 2021 1.14.4 4 download Entity Information entityinformation_1.14.4-1.5.jar releaseDownload
entityinformation_1.12.2-1.5.jar release 7.58 KB Feb 27, 2021 1.12.2 50 download Entity Information entityinformation_1.12.2-1.5.jar releaseDownload
entityinformation_1.16.5-1.4.jar release 7.79 KB Feb 4, 2021 1.16.5 5,053 download Entity Information entityinformation_1.16.5-1.4.jar releaseDownload
entityinformation_1.15.2-1.4.jar release 8.12 KB Feb 4, 2021 1.15.2 5 download Entity Information entityinformation_1.15.2-1.4.jar releaseDownload
entityinformation_1.14.4-1.4.jar release 8.11 KB Feb 4, 2021 1.14.4 3 download Entity Information entityinformation_1.14.4-1.4.jar releaseDownload
entityinformation_1.12.2-1.4.jar release 7.42 KB Feb 4, 2021 1.12.2 18 download Entity Information entityinformation_1.12.2-1.4.jar releaseDownload
entityinfo_1.16.5-1.3.jar release 7.79 KB Jan 25, 2021 1.16.5 2,500 download Entity Information entityinfo_1.16.5-1.3.jar releaseDownload
entityinfo_1.16.4-1.3.jar release 7.79 KB Nov 4, 2020 1.16.4 168 download Entity Information entityinfo_1.16.4-1.3.jar releaseDownload
entityinfo_1.16.3_1.3.jar release 7.79 KB Sep 27, 2020 1.16.3 43 download Entity Information entityinfo_1.16.3_1.3.jar releaseDownload
entityinfo_1.16.2-1.3.jar release 7.79 KB Aug 15, 2020 1.16.2 22 download Entity Information entityinfo_1.16.2-1.3.jar releaseDownload
entityinfo_1.16-1.3.jar release 7.76 KB Jul 18, 2020 1.16.1 26 download Entity Information entityinfo_1.16-1.3.jar releaseDownload
entityinfo_1.15-1.2.jar release 8.11 KB Jun 14, 2020 1.15.2 96 download Entity Information entityinfo_1.15-1.2.jar releaseDownload
entityinfo_1.14-1.2.jar release 8.11 KB Jun 14, 2020 1.14.4 15 download Entity Information entityinfo_1.14-1.2.jar releaseDownload
ei_1.13-1.1_b.jar release 8.50 KB May 12, 2019 1.13.2 183 download Entity Information ei_1.13-1.1_b.jar releaseDownload
ei_1.12-1.1.jar release 8.34 KB May 12, 2019 1.12.2 443 download Entity Information ei_1.12-1.1.jar releaseDownload

Description

Share this:

a1

Requires the library mod Collective.

Entity Information adds displaying entity information by using the Information Stick. It gives a mod developer an easy way of getting information on an entity, both from the vanilla game and other mods.


The Information Stick may be received by entering the command /informationstick or /ist

After hitting an entity with the stick, various useful information will be sent. It can be used for debugging or developing other mods.

Explanation of variables: (Entity entity = e.getEntity());
Name (1.12): entity.getName();
Name (1.13+): entity.getName().getString();
EntityName: entity.toString().split("\\[")[0];
EntityId: entity.getEntityId();
UUID: entity.getUniqueID();
Position: entity.getPosition().toString().replace("BlockPos{", "").replace("}", "");
isSilent: entity.isSilent();
ticksExisted: entity.ticksExisted;

b1
c1c2c3

Comments

Add a comment