public class PixelmonTradeEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Modifier and Type | Field and Description |
---|---|
net.minecraft.entity.player.EntityPlayer |
player1
One of the two players doing the trade
|
net.minecraft.entity.player.EntityPlayer |
player2
One of the two players doing the trade
|
Pokemon |
pokemon1
One of the two Pokémon.
|
Pokemon |
pokemon2
One of the two Pokémon.
|
Constructor and Description |
---|
PixelmonTradeEvent(net.minecraft.entity.player.EntityPlayer player1,
net.minecraft.entity.player.EntityPlayer player2,
Pokemon pokemon1,
Pokemon pokemon2) |
public final net.minecraft.entity.player.EntityPlayer player1
public final net.minecraft.entity.player.EntityPlayer player2
public final Pokemon pokemon1
public final Pokemon pokemon2