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

public record EntityHasScoreCondition

implements LootItemCondition

ezt
net.minecraft.world.level.storage.loot.predicates.EntityHasScoreCondition
net.minecraft.class_199
net.minecraft.loot.condition.EntityScoresLootCondition
net.minecraft.world.level.storage.loot.predicates.LootItemConditionEntityScore

Field summary

Modifier and TypeField
private final Map<String, IntRange>
b
scores
comp_1871
scores
private final LootContext$EntityTarget
c
entityTarget
comp_1872
entity
public static final com.mojang.serialization.MapCodec<EntityHasScoreCondition>
a
CODEC
field_45863
CODEC

Constructor summary

ModifierConstructor
public (Map<String, IntRange> scores, LootContext$EntityTarget target)

Method summary

Modifier and TypeMethod
public LootItemConditionType
b()
getType()
method_29325()
getType()
public Set<ContextKey<?>>
a()
getReferencedContextParams()
method_293()
getAllowedParameters()
public boolean
a(ewp arg0)
test(LootContext arg0)
method_864(class_47 arg0)
test(LootContext arg0)
protected boolean
a(ewp arg0, bvk arg1, fdd arg2, String arg3, ewo arg4)
hasScore(LootContext arg0, Entity arg1, Scoreboard arg2, String arg3, IntRange arg4)
method_865(class_47 arg0, class_1297 arg1, class_269 arg2, String arg3, class_42 arg4)
entityScoreIsInRange(LootContext context, Entity entity, Scoreboard scoreboard, String objectiveName, BoundedIntUnaryOperator range)
public static EntityHasScoreCondition$Builder
a(ewp$b arg0)
hasScores(LootContext$EntityTarget arg0)
method_35557(class_47$class_50 arg0)
create(LootContext$EntityTarget target)
public Map<String, IntRange>
c()
scores()
comp_1871()
scores()
public LootContext$EntityTarget
d()
entityTarget()
comp_1872()
entity()