Class TopContextCalculator
java.lang.Object
me.hsgamer.topper.spigot.plugin.hook.luckperms.TopContextCalculator
- All Implemented Interfaces:
net.luckperms.api.context.ContextCalculator<org.bukkit.entity.Player>
public class TopContextCalculator
extends Object
implements net.luckperms.api.context.ContextCalculator<org.bukkit.entity.Player>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcalculate(@NotNull org.bukkit.entity.Player player, @NotNull net.luckperms.api.context.ContextConsumer contextConsumer) @NotNull net.luckperms.api.context.ContextSet
-
Constructor Details
-
TopContextCalculator
-
-
Method Details
-
calculate
public void calculate(@NotNull @NotNull org.bukkit.entity.Player player, @NotNull @NotNull net.luckperms.api.context.ContextConsumer contextConsumer) - Specified by:
calculatein interfacenet.luckperms.api.context.ContextCalculator<org.bukkit.entity.Player>
-
estimatePotentialContexts
@NotNull public @NotNull net.luckperms.api.context.ContextSet estimatePotentialContexts()- Specified by:
estimatePotentialContextsin interfacenet.luckperms.api.context.ContextCalculator<org.bukkit.entity.Player>
-