Minecraft Entity Information (Fabric) mod 2026 download
logo
minecraft mod Entity Information (Fabric)

Entity Information (Fabric)

Game Version: 1.18.1
Total Downloads: 176
Updated: Nov 30, 2021
Created: Sep 23, 2021
Download Entity Information (Fabric)Download Earlier Versions

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 Entity Information (Fabric) entityinformation-fabric_1.18.x-1.6.jar releaseDownload
entityinformation-fabric_1.17.x-1.6.jar release 11.65 KB Sep 23, 2021 1.17.1 58 download Entity Information (Fabric) entityinformation-fabric_1.17.x-1.6.jar releaseDownload
entityinformation-fabric_1.16.x-1.6.jar release 11.49 KB Sep 23, 2021 1.16.5 14 download Entity Information (Fabric) entityinformation-fabric_1.16.x-1.6.jar releaseDownload

Description

Share this:

a1

Requires the library mod Collective (Fabric) and the Fabric API.

This mod is for Fabric. For the Forge version click here.

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