Class FixedRankLadder
- java.lang.Object
-
- ca.stellardrift.permissionsex.impl.rank.AbstractRankLadder
-
- ca.stellardrift.permissionsex.impl.rank.FixedRankLadder
-
- All Implemented Interfaces:
ca.stellardrift.permissionsex.rank.RankLadder,net.kyori.adventure.text.ComponentLike
public class FixedRankLadder extends AbstractRankLadder
-
-
Constructor Summary
Constructors Constructor Description FixedRankLadder(String name, List<ca.stellardrift.permissionsex.subject.SubjectRef<?>> ranks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ca.stellardrift.permissionsex.rank.RankLaddernewWithRanks(org.pcollections.PVector<ca.stellardrift.permissionsex.subject.SubjectRef<?>> ents)org.pcollections.PVector<ca.stellardrift.permissionsex.subject.SubjectRef<?>>ranks()-
Methods inherited from class ca.stellardrift.permissionsex.impl.rank.AbstractRankLadder
asComponent, demote, indexOf, isOnLadder, name, promote, with, with, without
-
-
-
-
Constructor Detail
-
FixedRankLadder
public FixedRankLadder(String name, List<ca.stellardrift.permissionsex.subject.SubjectRef<?>> ranks)
-
-
Method Detail
-
ranks
public org.pcollections.PVector<ca.stellardrift.permissionsex.subject.SubjectRef<?>> ranks()
- Specified by:
ranksin interfaceca.stellardrift.permissionsex.rank.RankLadder- Specified by:
ranksin classAbstractRankLadder
-
newWithRanks
protected ca.stellardrift.permissionsex.rank.RankLadder newWithRanks(org.pcollections.PVector<ca.stellardrift.permissionsex.subject.SubjectRef<?>> ents)
- Specified by:
newWithRanksin classAbstractRankLadder
-
-