java.lang.Object
me.deecaad.core.placeholder.PlaceholderHandler
me.deecaad.weaponmechanics.weapon.placeholders.PAmmoType
All Implemented Interfaces:
me.deecaad.core.utils.Keyable

public class PAmmoType extends me.deecaad.core.placeholder.PlaceholderHandler
  • Field Summary

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

    REGISTRY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    onRequest(@NotNull me.deecaad.core.placeholder.PlaceholderData data)
     

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

    equals, getKey, getPlaceholderName, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PAmmoType

      public PAmmoType()
  • Method Details

    • onRequest

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