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