IFunctionlSurpalaces class abstract
- Implemented types
- Implementers
Constructors
Properties
- career ↔ IFunctionalPalace
-
官禄位
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- opposite ↔ IFunctionalPalace
-
对宫
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- target ↔ IFunctionalPalace
-
本宫
getter/setter pairinherited
- wealth ↔ IFunctionalPalace
-
财帛位
getter/setter pairinherited
Methods
-
have(
List< StarName> stars) → bool - 判断某一个宫位三方四正是否包含目标星耀,必须要全部包含才会返回true @stars 星耀名称,可以包含 主星,辅星,杂星 @return true / false
-
haveMutagen(
Mutagen mutagen) → bool - 判断某一个宫位三方四正是否有四化 @mutagen 四化名称【禄|权|科|忌】 @return true / false
-
haveOneOf(
List< StarName> stars) → bool - 判断三方四正内是否含有传入星耀的其中一个,只要命中一个就会返回true @stars 星耀名称,可以包含 主星,辅星,杂星 @return true / false
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notHave(
List< StarName> stars) → bool - 判断某一个宫位三方四正是否不包含目标星耀,必须要全部都不在三方四正内含才会返回true @stars 星耀名称,可以包含 主星,辅星,杂星 @return true / false
-
notHaveMutagen(
Mutagen mutagen) → bool - 判断某一个宫位三方四正是否没有四化 @mutagen 四化名称【禄|权|科|忌】 @return true / false
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited