Class PrimeGiftReceivedEvent

All Implemented Interfaces:
com.github.philippheuer.events4j.api.domain.IEvent

@Unofficial public final class PrimeGiftReceivedEvent extends AbstractChannelEvent
Called when a user receives a gift from a Prime member.
  • Constructor Details

    • PrimeGiftReceivedEvent

      public PrimeGiftReceivedEvent(EventChannel channel, EventUser gifter, String giftName, String recipientName)
      Event Constructor
      Parameters:
      channel - The channel that this event originates from.
      gifter - The user giving the gift.
      giftName - The name of the gift package.
      recipientName - The user receiving the gift.
  • Method Details