Entity Information

ℹ️ Displays entity information on hit with the Information Stick. Useful for debugging and developing.

6,77k

Entity Information

<p style="text-align: center;"><center><a href="https://serilum.com/" target="_blank" rel="noopener noreferrer"><img src="https://cdn.serilum.com/description/header/header.png" alt="" width="838" height="400" /></a></p><p style="text-align: center;"><a href="https://curseforge.com/members/serilum/projects" target="_blank" rel="noopener noreferrer"><img src="https://wsrv.nl/?url=https://workflow.serilum.com/badges/svg/curseforge.svg&w=400" width="200" /></a> <a href="https://modrinth.com/user/Serilum" target="_blank" rel="noopener noreferrer"><img src="https://wsrv.nl/?url=https://workflow.serilum.com/badges/svg/modrinth.svg&w=400" width="200" /></a> <a href="https://patreon.com/serilum" target="_blank" rel="noopener noreferrer"><img src="https://wsrv.nl/?url=https://workflow.serilum.com/badges/svg/patreon.svg&w=400" width="200" /></a> <a href="https://youtube.com/@serilum" target="_blank" rel="noopener noreferrer"><img src="https://wsrv.nl/?url=https://workflow.serilum.com/badges/svg/youtube.svg&w=400" width="200" /></a></center></p><p><strong><span style="font-size: 24px;">Requires the library mod <a style="font-size:24px" href="https://modrinth.com/mod/collective" target="_blank" rel="nofollow">Collective</a>.</span></strong><br><br><span style="font-size:18px">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.</span><br><br><img src="https://cdn.serilum.com/projects/entity-information/a.png" width="854" height="480"><br>The Information Stick may be received by entering the command <strong>/informationstick</strong> or <strong>/ist</strong><br><br><img src="https://cdn.serilum.com/projects/entity-information/b.png" width="854" height="480">After hitting an entity with the stick, various useful information will be sent. It can be used for debugging or developing other mods.<br><br><strong>Explanation of variables: </strong><em>(Entity entity = e.getEntity());</em><br><strong><span style="color:#36f">Name (1.12)</span></strong>: <em>entity.getName();<br></em><span style="color:#36f"><strong>Name (1.13+)</strong></span>: <em>entity.getName().getString();</em><br><strong><span style="color:#36f">EntityName</span></strong>: <em>entity.toString().split("\[")[0];</em><br><strong><span style="color:#36f">EntityId</span></strong>: <em>entity.getEntityId();</em><br><strong><span style="color:#36f">UUID</span></strong>: <em>entity.getUniqueID();</em><br><strong><span style="color:#36f">Position</span></strong>: <em>entity.getPosition().toString().replace("BlockPos{", "").replace("}", "");</em> <br><strong><span style="color:#36f">isSilent</span></strong>: <em>entity.isSilent();</em><br><strong><span style="color:#36f">ticksExisted</span></strong>: <em>entity.ticksExisted;</em></p>
<p><br>------------------<br><br><span style="font-size:24px"><strong>You may freely use this mod in any modpack, as long as the download remains hosted within the Modrinth ecosystem.</strong></span><br><br><span style="font-size:18px"><a style="font-size:18px;color:#008000" href="https://serilum.com/" rel="nofollow">Serilum.com</a> contains an overview and more information on all mods available.</span><br><br><span style="font-size:14px">Comments are disabled as I'm unable to keep track of all the separate pages on each mod.</span><span style="font-size:14px"><br>For issues, ideas, suggestions or anything else there is the <a style="font-size:14px;color:#008000" href="https://github.com/Serilum/.issue-tracker" rel="nofollow">Github repo</a>. Thanks!</span><span style="font-size: 6px;"><br /><br /></span></p>

ADS