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