public class LostToTrainerEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Modifier and Type | Field and Description |
---|---|
net.minecraft.entity.player.EntityPlayerMP |
player
The player losing to the NPC
|
NPCTrainer |
trainer
The NPC they lost to
|
Constructor and Description |
---|
LostToTrainerEvent(net.minecraft.entity.player.EntityPlayerMP player,
NPCTrainer trainer) |
public final net.minecraft.entity.player.EntityPlayerMP player
public final NPCTrainer trainer
public LostToTrainerEvent(net.minecraft.entity.player.EntityPlayerMP player, NPCTrainer trainer)