public class RidePokemonEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Modifier and Type | Field and Description |
---|---|
EntityPixelmon |
pixelmon
The Pokémon being mounted
|
net.minecraft.entity.player.EntityPlayerMP |
player
The player attempting to mount the Pokémon
|
Constructor and Description |
---|
RidePokemonEvent(net.minecraft.entity.player.EntityPlayerMP player,
EntityPixelmon pixelmon) |
public net.minecraft.entity.player.EntityPlayerMP player
public EntityPixelmon pixelmon
public RidePokemonEvent(net.minecraft.entity.player.EntityPlayerMP player, EntityPixelmon pixelmon)