Class CloningCompleteEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.blocks.CloningCompleteEvent

public class CloningCompleteEvent extends net.minecraftforge.eventbus.api.Event
Created by primerib on 10/17/2020.
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event

    net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
  • Constructor Summary

    Constructors
    Constructor
    Description
    CloningCompleteEvent(Pokemon mew, PixelmonEntity resultPokemon, net.minecraft.world.entity.player.Player player, net.minecraft.core.BlockPos blockPos)
    Fires upon cloning a mew successfully.
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.core.BlockPos
    The Position of the cloning machine block
    The Mew Being cloned
    net.minecraft.world.entity.player.Player
    The Player who cloned the Mew
    The Ditto or Mewtwo made from cloning

    Methods inherited from class net.minecraftforge.eventbus.api.Event

    getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CloningCompleteEvent

      public CloningCompleteEvent(Pokemon mew, PixelmonEntity resultPokemon, net.minecraft.world.entity.player.Player player, net.minecraft.core.BlockPos blockPos)
      Fires upon cloning a mew successfully.
  • Method Details

    • getMew

      public Pokemon getMew()
      The Mew Being cloned
    • getResultPokemon

      public PixelmonEntity getResultPokemon()
      The Ditto or Mewtwo made from cloning
    • getPlayer

      public net.minecraft.world.entity.player.Player getPlayer()
      The Player who cloned the Mew
    • getBlockPos

      public net.minecraft.core.BlockPos getBlockPos()
      The Position of the cloning machine block