net.minecraft.world.level.storage.loot.predicates

public class LootItemEntityPropertyCondition

implements LootItemCondition

ddp
net.minecraft.world.level.storage.loot.predicates.LootItemEntityPropertyCondition
net.minecraft.class_215
net.minecraft.loot.condition.EntityPropertiesLootCondition
net.minecraft.loot.conditions.EntityHasProperty
net.minecraft.server.v1_16_R1.LootItemConditionEntityProperty

Field summary

Modifier and TypeField
private final EntityPredicate
a
predicate
field_1293
predicate
field_216001_a
private final LootContext$EntityTarget
b
entityTarget
field_1292
entity
field_186624_b

Constructor summary

ModifierConstructor
private (EntityPredicate predicate, LootContext$EntityTarget entity)

Method summary

Modifier and TypeMethod
public LootItemConditionType
b()
getType()
method_29325()
getType()
func_230419_b_()
public Set<LootContextParam<?>>
a()
getReferencedContextParams()
method_293()
getRequiredParameters()
func_215855_a()
public boolean
a(dat arg0)
test(LootContext arg0)
method_914(class_47 arg0)
test(LootContext arg0)
test(LootContext arg0)
public static LootItemCondition$Builder
a(dat$c arg0)
entityPresent(LootContext$EntityTarget arg0)
method_15972(class_47$class_50 arg0)
create(LootContext$EntityTarget entity)
func_215998_a(LootContext$EntityTarget arg0)
public static LootItemCondition$Builder
a(dat$c arg0, be$a arg1)
hasProperties(LootContext$EntityTarget arg0, EntityPredicate$Builder arg1)
method_917(class_47$class_50 arg0, class_2048$class_2049 arg1)
builder(LootContext$EntityTarget entity, EntityPredicate$Builder predicateBuilder)
func_215999_a(LootContext$EntityTarget arg0, EntityPredicate$Builder arg1)
public static LootItemCondition$Builder
a(dat$c arg0, be arg1)
hasProperties(LootContext$EntityTarget arg0, EntityPredicate arg1)
method_27865(class_47$class_50 arg0, class_2048 arg1)
builder(LootContext$EntityTarget entity, EntityPredicate predicate)
func_237477_a_(LootContext$EntityTarget arg0, EntityPredicate arg1)