Class PlaceholderApiIntegration

java.lang.Object
me.clip.placeholderapi.PlaceholderHook
me.clip.placeholderapi.expansion.PlaceholderExpansion
me.lokka30.levelledmobs.managers.PlaceholderApiIntegration

public class PlaceholderApiIntegration extends me.clip.placeholderapi.expansion.PlaceholderExpansion
Manages communication to PlaceholderAPI (PAPI)
Since:
3.0.0
  • Constructor Details

    • PlaceholderApiIntegration

      public PlaceholderApiIntegration(LevelledMobs main)
  • Method Details

    • putPlayerOrMobDeath

      public void putPlayerOrMobDeath(@NotNull @NotNull org.bukkit.entity.Player player, @Nullable @Nullable LivingEntityWrapper lmEntity, boolean isPlayerDeath)
    • putPlayerKillerInfo

      public void putPlayerKillerInfo(@NotNull @NotNull org.bukkit.entity.Player player, @Nullable @Nullable LivingEntityWrapper lmEntity)
    • playedLoggedOut

      public void playedLoggedOut(@NotNull @NotNull org.bukkit.entity.Player player)
    • removePlayer

      public void removePlayer(@NotNull @NotNull org.bukkit.entity.Player player)
    • persist

      public boolean persist()
      Overrides:
      persist in class me.clip.placeholderapi.expansion.PlaceholderExpansion
    • canRegister

      public boolean canRegister()
      Overrides:
      canRegister in class me.clip.placeholderapi.expansion.PlaceholderExpansion
    • getIdentifier

      @NotNull public @NotNull String getIdentifier()
      Specified by:
      getIdentifier in class me.clip.placeholderapi.expansion.PlaceholderExpansion
    • getAuthor

      @NotNull public @NotNull String getAuthor()
      Specified by:
      getAuthor in class me.clip.placeholderapi.expansion.PlaceholderExpansion
    • getVersion

      @NotNull public @NotNull String getVersion()
      Specified by:
      getVersion in class me.clip.placeholderapi.expansion.PlaceholderExpansion
    • onPlaceholderRequest

      public String onPlaceholderRequest(org.bukkit.entity.Player player, @NotNull @NotNull String identifier)
      Overrides:
      onPlaceholderRequest in class me.clip.placeholderapi.PlaceholderHook