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 SummaryConstructors
- 
Method SummaryModifier 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- 
calculatepublic void calculate(@NonNull org.bukkit.entity.Player target, @NonNull net.luckperms.api.context.ContextConsumer consumer) - Specified by:
- calculatein interface- net.luckperms.api.context.ContextCalculator<org.bukkit.entity.Player>
 
- 
estimatePotentialContextspublic @NonNull net.luckperms.api.context.ContextSet estimatePotentialContexts()- Specified by:
- estimatePotentialContextsin interface- net.luckperms.api.context.ContextCalculator<org.bukkit.entity.Player>
 
- 
calculatePotentialContextspublic void calculatePotentialContexts()
- 
reloadConfigpublic void reloadConfig()
 
-