![]() |
fCraft
0.636
Custom Minecraft Server
|
Classes | |
| class | AutoRankManager |
| class | Condition |
| Base class for all AutoRank conditions. More... | |
| class | ConditionIntRange |
| Class for checking ranges of countable PlayerInfo fields (see ConditionField enum). More... | |
| class | ConditionRankChangeType |
| Checks what caused player's last rank change (see RankChangeType enum). More... | |
| class | ConditionPreviousRank |
| Checks what rank the player held previously. More... | |
| class | ConditionSet |
| Base class for condition sets/combinations. More... | |
| class | ConditionAND |
| Logical AND - true if ALL conditions are true. More... | |
| class | ConditionNAND |
| Logical AND - true if NOT ALL of the conditions are true. More... | |
| class | ConditionOR |
| Logical AND - true if ANY of the conditions are true. More... | |
| class | ConditionNOR |
| Logical AND - true if NONE of the conditions are true. More... | |
| class | Criterion |
Enumerations | |
| enum | ComparisonOp { Eq, Neq, Gt, Gte, Lt, Lte } |
| Operators used to compare PlayerInfo fields. More... | |
| enum | ConditionField { TimeSinceFirstLogin, TimeSinceLastLogin, LastSeen, TotalTime, BlocksBuilt, BlocksDeleted, BlocksChanged, BlocksDrawn, TimesVisited, MessagesWritten, TimesKicked, TimeSinceRankChange, TimeSinceLastKick } |
| Enumeration of quantifiable PlayerInfo fields (or field combinations) that may be used with AutoRank conditions. More... | |
Operators used to compare PlayerInfo fields.
Enumeration of quantifiable PlayerInfo fields (or field combinations) that may be used with AutoRank conditions.
1.8.2