Class TotemInitEvent


  • public final class TotemInitEvent
    extends PlayerEvent
    Called when a Totem got assigned to one of the Killer's Perks at the start of the Trial.
    • Constructor Detail

      • TotemInitEvent

        public TotemInitEvent​(Killer killer,
                              Perk perk,
                              Totem totem)
    • Method Detail

      • getPerk

        public Perk getPerk()
        Gets the Perk which this Totem was assigned to.
        Returns:
        The Perk which requested this Totem.
      • getTotem

        public Totem getTotem()
        Gets the Hex Totem which was just created.
        Returns:
        The Hex Totem which was just created.