Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| entityinformation-fabric_1.18.x-1.6.jar release | 11.34 KB | Nov 30, 2021 | 1.18.1 | 104 | Download |
| entityinformation-fabric_1.17.x-1.6.jar release | 11.65 KB | Sep 23, 2021 | 1.17.1 | 58 | Download |
| entityinformation-fabric_1.16.x-1.6.jar release | 11.49 KB | Sep 23, 2021 | 1.16.5 | 14 | Download |
Description





Requires the library mod Collective (Fabric) and the Fabric API.
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;









Get 0.05 TON 💎
Download
Add a comment