EntityHasScoreLootConditionBuilder
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Implements
EntityHasScoreLootConditionBuilder
implements the following interfaces:
Members
and(other as Builder) as Builder
Parameters:
other: LootConditionBuilder
Type: LootConditionBuilder
Return Type:
AllOfConditionBuilder
implicit as LootItemCondition
Return Type:
LootCondition
build() as LootItemCondition
Return Type:
LootCondition
invert() as Builder
Return Type:
LootConditionBuilder
or(other as Builder) as Builder
Parameters:
other: LootConditionBuilder
Type: LootConditionBuilder
Return Type:
AnyOfConditionBuilder
withScore(name as string, range as IntRange) as Builder
Return Type:
EntityHasScoreLootConditionBuilder