public class BeatTrainerEvent
extends net.minecraftforge.fml.common.eventhandler.Event
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.entity.player.EntityPlayerMP |
player
The player who beat the trainer
|
NPCTrainer |
trainer
The defeated trainer
|
| Constructor and Description |
|---|
BeatTrainerEvent(net.minecraft.entity.player.EntityPlayerMP player,
NPCTrainer trainer) |
public final net.minecraft.entity.player.EntityPlayerMP player
public final NPCTrainer trainer
public BeatTrainerEvent(net.minecraft.entity.player.EntityPlayerMP player,
NPCTrainer trainer)