Class PassivePerk

  • All Implemented Interfaces:
    java.lang.Comparable<Configurable>

    public abstract class PassivePerk
    extends Perk
    Represents a Perk that is activated by default.
    • Constructor Detail

      • PassivePerk

        public PassivePerk​(org.bukkit.plugin.java.JavaPlugin plugin,
                           PerkUser p)
    • Method Detail

      • setupPerk

        protected final void setupPerk()
        Since a Passive Perk (by definition) is always turned on, this function sets the Display Status to true.
        Overrides:
        setupPerk in class Perk