Package net.minecraft.loot.condition
Record Class EntityScoresLootCondition
java.lang.Object
java.lang.Record
net.minecraft.loot.condition.EntityScoresLootCondition
- Record Components:
scores-entity-
- All Implemented Interfaces:
Predicate<LootContext>,LootCondition,LootContextAware
public record EntityScoresLootCondition(Map<String,BoundedIntUnaryOperator> scores, LootContext.EntityReference entity)
extends Record
implements LootCondition
- Mappings:
Namespace Name named net/minecraft/loot/condition/EntityScoresLootConditionintermediary net/minecraft/class_199official fmcnamed scoresintermediary comp_1871official bnamed entityintermediary comp_1872official c
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<EntityScoresLootCondition> private final LootContext.EntityReferenceThe field for theentityrecord component.private final Map<String, BoundedIntUnaryOperator> The field for thescoresrecord component.Fields inherited from interface net.minecraft.loot.condition.LootCondition
BASE_CODEC, ENTRY_CODEC -
Constructor Summary
ConstructorsConstructorDescriptionEntityScoresLootCondition(Map<String, BoundedIntUnaryOperator> scores, LootContext.EntityReference target) -
Method Summary
Modifier and TypeMethodDescriptioncreate(LootContext.EntityReference target) entity()Returns the value of theentityrecord component.protected booleanentityScoreIsInRange(LootContext context, Entity entity, Scoreboard scoreboard, String objectiveName, BoundedIntUnaryOperator range) final booleanIndicates whether some other object is "equal to" this one.Set<ContextParameter<?>> getType()final inthashCode()Returns a hash code value for this object.scores()Returns the value of thescoresrecord component.booleantest(LootContext lootContext) final StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.loot.context.LootContextAware
validate
-
Field Details
-
scores
The field for thescoresrecord component. -
entity
The field for theentityrecord component. -
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/loot/condition/EntityScoresLootCondition;CODEC:Lcom/mojang/serialization/MapCodec;intermediary field_45863Lnet/minecraft/class_199;field_45863:Lcom/mojang/serialization/MapCodec;official aLfmc;a:Lcom/mojang/serialization/MapCodec;
-
-
Constructor Details
-
EntityScoresLootCondition
public EntityScoresLootCondition(Map<String, BoundedIntUnaryOperator> scores, LootContext.EntityReference target) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/loot/condition/EntityScoresLootCondition;<init>(Ljava/util/Map;Lnet/minecraft/loot/context/LootContext$EntityReference;)Vintermediary <init>Lnet/minecraft/class_199;<init>(Ljava/util/Map;Lnet/minecraft/class_47$class_50;)Vofficial <init>Lfmc;<init>(Ljava/util/Map;Lfiy$c;)V
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceLootCondition- Mappings:
Namespace Name Mixin selector named getTypeLnet/minecraft/loot/condition/LootCondition;getType()Lnet/minecraft/loot/condition/LootConditionType;intermediary method_29325Lnet/minecraft/class_5341;method_29325()Lnet/minecraft/class_5342;official bLfmh;b()Lfmi;
-
getAllowedParameters
- Specified by:
getAllowedParametersin interfaceLootContextAware- Mappings:
Namespace Name Mixin selector named getAllowedParametersLnet/minecraft/loot/context/LootContextAware;getAllowedParameters()Ljava/util/Set;intermediary method_293Lnet/minecraft/class_46;method_293()Ljava/util/Set;official aLfiz;a()Ljava/util/Set;
-
test
- Specified by:
testin interfacePredicate<LootContext>- Mappings:
Namespace Name Mixin selector named testLnet/minecraft/loot/condition/EntityScoresLootCondition;test(Lnet/minecraft/loot/context/LootContext;)Zintermediary method_864Lnet/minecraft/class_199;method_864(Lnet/minecraft/class_47;)Zofficial aLfmc;a(Lfiy;)Z
-
entityScoreIsInRange
protected boolean entityScoreIsInRange(LootContext context, Entity entity, Scoreboard scoreboard, String objectiveName, BoundedIntUnaryOperator range) - Mappings:
Namespace Name Mixin selector named entityScoreIsInRangeLnet/minecraft/loot/condition/EntityScoresLootCondition;entityScoreIsInRange(Lnet/minecraft/loot/context/LootContext;Lnet/minecraft/entity/Entity;Lnet/minecraft/scoreboard/Scoreboard;Ljava/lang/String;Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;)Zintermediary method_865Lnet/minecraft/class_199;method_865(Lnet/minecraft/class_47;Lnet/minecraft/class_1297;Lnet/minecraft/class_269;Ljava/lang/String;Lnet/minecraft/class_42;)Zofficial aLfmc;a(Lfiy;Lcdv;Lfpn;Ljava/lang/String;Lfix;)Z
-
create
- Mappings:
Namespace Name Mixin selector named createLnet/minecraft/loot/condition/EntityScoresLootCondition;create(Lnet/minecraft/loot/context/LootContext$EntityReference;)Lnet/minecraft/loot/condition/EntityScoresLootCondition$Builder;intermediary method_35557Lnet/minecraft/class_199;method_35557(Lnet/minecraft/class_47$class_50;)Lnet/minecraft/class_199$class_6163;official aLfmc;a(Lfiy$c;)Lfmc$a;
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
scores
Returns the value of thescoresrecord component.- Returns:
- the value of the
scoresrecord component
-
entity
Returns the value of theentityrecord component.- Returns:
- the value of the
entityrecord component
-