public class RidePokemonEvent
extends net.minecraftforge.eventbus.api.Event
Modifier and Type | Field and Description |
---|---|
PixelmonEntity |
pixelmon
The Pokémon being mounted
|
net.minecraft.entity.player.ServerPlayerEntity |
player
The player attempting to mount the Pokémon
|
Constructor and Description |
---|
RidePokemonEvent(net.minecraft.entity.player.ServerPlayerEntity player,
PixelmonEntity pixelmon) |
public net.minecraft.entity.player.ServerPlayerEntity player
public PixelmonEntity pixelmon
public RidePokemonEvent(net.minecraft.entity.player.ServerPlayerEntity player, PixelmonEntity pixelmon)