Class PositionContext

java.lang.Object
us.ajg0702.leaderboards.displays.lpcontext.PositionContext
All Implemented Interfaces:
net.luckperms.api.context.ContextCalculator<org.bukkit.entity.Player>

public class PositionContext extends Object implements net.luckperms.api.context.ContextCalculator<org.bukkit.entity.Player>
  • Constructor Details

  • Method Details

    • calculate

      public void calculate(@NonNull org.bukkit.entity.Player target, @NonNull net.luckperms.api.context.ContextConsumer consumer)
      Specified by:
      calculate in interface net.luckperms.api.context.ContextCalculator<org.bukkit.entity.Player>
    • estimatePotentialContexts

      public @NonNull net.luckperms.api.context.ContextSet estimatePotentialContexts()
      Specified by:
      estimatePotentialContexts in interface net.luckperms.api.context.ContextCalculator<org.bukkit.entity.Player>
    • calculatePotentialContexts

      public void calculatePotentialContexts()
    • reloadConfig

      public void reloadConfig()