java.lang.Object
com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.NecrozmaFormChange
All Implemented Interfaces:
IFormChange

public class NecrozmaFormChange extends Object implements IFormChange
  • Constructor Details

    • NecrozmaFormChange

      public NecrozmaFormChange()
  • Method Details

    • isValidItem

      public boolean isValidItem(net.minecraft.world.item.ItemStack stack)
      Specified by:
      isValidItem in interface IFormChange
    • isValidPokemon

      public boolean isValidPokemon(PixelmonEntity pixelmon)
      Specified by:
      isValidPokemon in interface IFormChange
    • execute

      public boolean execute(PixelmonEntity pixelmon, net.minecraft.world.item.ItemStack stack, net.minecraft.server.level.ServerPlayer player)
      Specified by:
      execute in interface IFormChange