java.lang.Object
com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.PixelmonInteraction
com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.MiltankInteraction

public class MiltankInteraction extends PixelmonInteraction
Fills a bucket with milk when used on a Miltank.
  • Constructor Details

    • MiltankInteraction

      public MiltankInteraction()
      Initializes the interaction.
  • Method Details

    • processInteract

      public boolean processInteract(AbstractBaseEntity pixelmon, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.item.ItemStack stack)
      Description copied from class: PixelmonInteraction
      Handles a player interacting with the Pokémon.
      Overrides:
      processInteract in class PixelmonInteraction
      player - The player interacting with the Pokémon.
      Returns:
      Whether the interaction caused something to occur.