Class PAmmoAvailable

java.lang.Object
me.deecaad.core.placeholder.PlaceholderHandler
me.deecaad.weaponmechanics.weapon.placeholders.PAmmoAvailable
All Implemented Interfaces:
net.kyori.adventure.key.Keyed, org.bukkit.Keyed

public class PAmmoAvailable extends me.deecaad.core.placeholder.PlaceholderHandler
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bukkit.NamespacedKey
     
    onRequest(me.deecaad.core.placeholder.PlaceholderData data)
     

    Methods inherited from class me.deecaad.core.placeholder.PlaceholderHandler

    equals, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.bukkit.Keyed

    key
  • Constructor Details

    • PAmmoAvailable

      public PAmmoAvailable()
  • Method Details

    • getKey

      @NotNull public org.bukkit.NamespacedKey getKey()
    • onRequest

      @Nullable public String onRequest(@NotNull me.deecaad.core.placeholder.PlaceholderData data)
      Specified by:
      onRequest in class me.deecaad.core.placeholder.PlaceholderHandler