public class MenacingMobsLoot
extends java.lang.Object
MenacingMobsSpawner
Constructor and Description |
---|
MenacingMobsLoot() |
Modifier and Type | Method and Description |
---|---|
static void |
dropExp(org.bukkit.entity.Entity entity,
org.bukkit.entity.Entity killer)
Drops exp for the killer, according to the entity's metadata.
|
static void |
dropKey(org.bukkit.entity.Entity entity)
Drops a key for its current world, according to the entity's metadata.
|
public static void dropExp(org.bukkit.entity.Entity entity, org.bukkit.entity.Entity killer)
entity
- The entity that died.killer
- The killer of the entity.public static void dropKey(org.bukkit.entity.Entity entity)
entity
- The entity that died.