Looting Level Event
To use this event use the following import:
groovy
import net.minecraftforge.event.entity.living.LootingLevelEvent
Sub-Classes
This event extends the following events and can use all their methods and fields:
LivingEvent, EntityEvent
Methods
groovy
net.minecraft.util.DamageSource getDamageSource()
groovy
void setLootingLevel(int arg0)
groovy
int getLootingLevel()