Minecraft – the definition of “entity” in the Minecraft Debug Screen

minecraft-java-edition

Title says it all. This other question indicates that the second line with an E on the debug screen is describing the entities. What is an entity?

My guess, (based upon observations) is that it is any MOB (friendly or hostile) and any items. The "number rendered" is really the number in the field of view (i.e. the solid angle determed by the "view port" into the minecraft world, while the total number is the entire number currently loaded in memory. If you're standing still, that'd be all the mobs/items in a roughly 200×200 (in X and Z) square centered on the character? (I'm assuming single player vanilla minecraft here.)

Best Answer

Straight from the Minecraft Wiki:

Entities encompass all dynamic, moving objects throughout the Minecraft world.

The wiki entry on the debug screen has more info (paraphrased):

+------------------------------------------------------------------+
| Name           | Legend                                          |
+----------------+-------------------------------------------------+
| E (second row) | Number of rendered entities over total entities |
+----------------+-------------------------------------------------+

So, you are partially correct:

  • Entities are mobs (friendly or hostile), items, and quite a few more.
  • The 'number rendered' is the number of rendered entities