LocationCheckLootCondition
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
LocationCheckLootCondition
implements the following interfaces:
Undocumented Interfaces
LootContextUser
,Predicate<LootContext>
Members
static create(predicate as Builder) as Builder
Parameters:
predicate: LocationPredicateBuilder
Type: LocationPredicateBuilder
Return Type:
LootConditionBuilder
static create(predicate as Builder, offset as BlockPos) as Builder
Parameters:
predicate: LocationPredicateBuilder
Type: LocationPredicateBuilder
Return Type:
LootConditionBuilder
static create(predicate as Builder, xOffset as int, yOffset as int, zOffset as int) as Builder
Parameters:
predicate: LocationPredicateBuilder
Type: LocationPredicateBuilder
xOffset: int
Type: int
yOffset: int
Type: int
zOffset: int
Type: int
Return Type:
LootConditionBuilder