--- layout: article title: "Dev Tools" date: 2016-10-23 10:17:42 -0400 mod: shadowtweaks mod-name: ShadowTweaks --- The Dev Tools feature provides a number of utilities helpful for mod/pack developers. #### `printEntityClass` If enabled, this will print the class of the entity to the log whenever the `/summon` command is used. For example, `/summon Bat` will print `net.minecraft.entity.EntityBat` to the log. #### `removeEntities` This is a list of strings specifying entities with which classes to kill when they are created. This accepts a list of fully qualified class names, such as `net.minecraft.entity.EntityBat`.