MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / onKillCommand

Method onKillCommand

src/main/java/net/minecraft/entity/Entity.java:268–271  ·  view source on GitHub ↗

Called by the /kill command.

()

Source from the content-addressed store, hash-verified

266 * Called by the /kill command.
267 */
268 public void onKillCommand()
269 {
270 this.setDead();
271 }
272
273 public Entity(World worldIn)
274 {

Callers 1

processCommandMethod · 0.95

Calls 1

setDeadMethod · 0.95

Tested by

no test coverage detected