Class LuckpermsContextCalculator

java.lang.Object
dev.kitteh.factions.integration.permcontext.LuckpermsContextCalculator
All Implemented Interfaces:
net.luckperms.api.context.ContextCalculator<org.bukkit.entity.Player>

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

    • LuckpermsContextCalculator

      public LuckpermsContextCalculator()
  • Method Details

    • calculate

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

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