public class CloningCompleteEvent
extends net.minecraftforge.eventbus.api.Event
Constructor and Description |
---|
CloningCompleteEvent(Pokemon mew,
PixelmonEntity resultPokemon,
net.minecraft.entity.player.PlayerEntity 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.PlayerEntity |
getPlayer()
The Player who cloned the Mew
|
PixelmonEntity |
getResultPokemon()
The Ditto or Mewtwo made from cloning
|
public CloningCompleteEvent(Pokemon mew, PixelmonEntity resultPokemon, net.minecraft.entity.player.PlayerEntity player, net.minecraft.util.math.BlockPos blockPos)
public Pokemon getMew()
public PixelmonEntity getResultPokemon()
public net.minecraft.entity.player.PlayerEntity getPlayer()
public net.minecraft.util.math.BlockPos getBlockPos()