public class CloningCompleteEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Constructor and Description |
---|
CloningCompleteEvent(Pokemon mew,
EntityPixelmon resultPokemon,
net.minecraft.entity.player.EntityPlayer player,
net.minecraft.util.math.BlockPos blockPos)
Fires upon cloning a mew successfully.
|
Modifier and Type | Method and Description |
---|---|
net.minecraft.util.math.BlockPos |
getBlockPos()
The Position of the cloning machine block
|
Pokemon |
getMew()
The Mew Being cloned
|
net.minecraft.entity.player.EntityPlayer |
getPlayer()
The Player who cloned the Mew
|
EntityPixelmon |
getResultPokemon()
The Ditto or Mewtwo made from cloning
|
public CloningCompleteEvent(Pokemon mew, EntityPixelmon resultPokemon, net.minecraft.entity.player.EntityPlayer player, net.minecraft.util.math.BlockPos blockPos)
public Pokemon getMew()
public EntityPixelmon getResultPokemon()
public net.minecraft.entity.player.EntityPlayer getPlayer()
public net.minecraft.util.math.BlockPos getBlockPos()