Class BottleCapEvent

java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.pokemon.BottleCapEvent
All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent

public class BottleCapEvent extends net.neoforged.bus.api.Event implements net.neoforged.bus.api.ICancellableEvent
Event fired when a bottle cap is used on a pokemon Cancelling will prevent the stats being changed invalid input: '&' the item being shrunk
  • Constructor Details

    • BottleCapEvent

      public BottleCapEvent(PixelmonEntity pixelmon, net.minecraft.world.entity.player.Player player, EnumBottleCap bottleCap, net.minecraft.world.item.ItemStack itemStack)
  • Method Details

    • getPixelmon

      public PixelmonEntity getPixelmon()
    • getPokemon

      public Pokemon getPokemon()
    • getPlayer

      public net.minecraft.world.entity.player.Player getPlayer()
    • getBottleCap

      public EnumBottleCap getBottleCap()
    • getItemStack

      public net.minecraft.world.item.ItemStack getItemStack()
    • getItem

      public net.minecraft.world.item.Item getItem()