public class JoinRaidEvent
extends net.minecraftforge.fml.common.eventhandler.Event
| Constructor and Description |
|---|
JoinRaidEvent(RaidData raid,
net.minecraft.entity.player.EntityPlayerMP player,
Pokemon pokemon) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.entity.player.EntityPlayerMP |
getPlayer() |
Pokemon |
getPokemon() |
RaidData |
getRaid() |