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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcalculate(@NonNull org.bukkit.entity.Player target, @NonNull net.luckperms.api.context.ContextConsumer consumer) void@NonNull net.luckperms.api.context.ContextSetvoid
-
Constructor Details
-
PositionContext
-
-
Method Details
-
calculate
public void calculate(@NonNull org.bukkit.entity.Player target, @NonNull net.luckperms.api.context.ContextConsumer consumer) - Specified by:
calculatein interfacenet.luckperms.api.context.ContextCalculator<org.bukkit.entity.Player>
-
estimatePotentialContexts
public @NonNull net.luckperms.api.context.ContextSet estimatePotentialContexts()- Specified by:
estimatePotentialContextsin interfacenet.luckperms.api.context.ContextCalculator<org.bukkit.entity.Player>
-
calculatePotentialContexts
public void calculatePotentialContexts() -
reloadConfig
public void reloadConfig()
-