Package net.minecraft.loot.condition
Record Class EntityPropertiesLootCondition
java.lang.Object
java.lang.Record
net.minecraft.loot.condition.EntityPropertiesLootCondition
- Record Components:
predicate
-entity
-
- All Implemented Interfaces:
Predicate<LootContext>
,LootCondition
,LootContextAware
public record EntityPropertiesLootCondition(Optional<EntityPredicate> predicate, LootContext.EntityTarget entity)
extends Record
implements LootCondition
- Mappings:
Namespace Name official efs
intermediary net/minecraft/class_215
named net/minecraft/loot/condition/EntityPropertiesLootCondition
official b
intermediary comp_1879
named predicate
official c
intermediary comp_1880
named entity
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.loot.condition.LootCondition
LootCondition.Builder
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EntityPropertiesLootCondition>
private final LootContext.EntityTarget
The field for theentity
record component.private final Optional<EntityPredicate>
The field for thepredicate
record component. -
Constructor Summary
ConstructorDescriptionEntityPropertiesLootCondition
(Optional<EntityPredicate> optional, LootContext.EntityTarget entity) -
Method Summary
Modifier and TypeMethodDescriptionstatic LootCondition.Builder
builder
(LootContext.EntityTarget entity, EntityPredicate predicate) static LootCondition.Builder
builder
(LootContext.EntityTarget entity, EntityPredicate.Builder predicateBuilder) static LootCondition.Builder
create
(LootContext.EntityTarget entity) entity()
Returns the value of theentity
record component.final boolean
Indicates whether some other object is "equal to" this one.getType()
final int
hashCode()
Returns a hash code value for this object.Returns the value of thepredicate
record component.boolean
test
(LootContext lootContext) final String
toString()
Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.loot.context.LootContextAware
validate
-
Field Details
-
predicate
The field for thepredicate
record component. -
entity
The field for theentity
record component. -
CODEC
- Mappings:
Namespace Name Mixin selector official a
Lefs;a:Lcom/mojang/serialization/Codec;
intermediary field_45871
Lnet/minecraft/class_215;field_45871:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/loot/condition/EntityPropertiesLootCondition;CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
EntityPropertiesLootCondition
public EntityPropertiesLootCondition(Optional<EntityPredicate> optional, LootContext.EntityTarget entity) - Mappings:
Namespace Name Mixin selector official <init>
Lefs;<init>(Ljava/util/Optional;Lecq$b;)V
intermediary <init>
Lnet/minecraft/class_215;<init>(Ljava/util/Optional;Lnet/minecraft/class_47$class_50;)V
named <init>
Lnet/minecraft/loot/condition/EntityPropertiesLootCondition;<init>(Ljava/util/Optional;Lnet/minecraft/loot/context/LootContext$EntityTarget;)V
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceLootCondition
- Mappings:
Namespace Name Mixin selector official b
Lefp;b()Lefq;
intermediary method_29325
Lnet/minecraft/class_5341;method_29325()Lnet/minecraft/class_5342;
named getType
Lnet/minecraft/loot/condition/LootCondition;getType()Lnet/minecraft/loot/condition/LootConditionType;
-
getRequiredParameters
- Specified by:
getRequiredParameters
in interfaceLootContextAware
- Mappings:
Namespace Name Mixin selector official a
Lecr;a()Ljava/util/Set;
intermediary method_293
Lnet/minecraft/class_46;method_293()Ljava/util/Set;
named getRequiredParameters
Lnet/minecraft/loot/context/LootContextAware;getRequiredParameters()Ljava/util/Set;
-
test
- Specified by:
test
in interfacePredicate<LootContext>
- Mappings:
Namespace Name Mixin selector official a
Lefs;a(Lecq;)Z
intermediary method_914
Lnet/minecraft/class_215;method_914(Lnet/minecraft/class_47;)Z
named test
Lnet/minecraft/loot/condition/EntityPropertiesLootCondition;test(Lnet/minecraft/loot/context/LootContext;)Z
-
create
- Mappings:
Namespace Name Mixin selector official a
Lefs;a(Lecq$b;)Lefp$a;
intermediary method_15972
Lnet/minecraft/class_215;method_15972(Lnet/minecraft/class_47$class_50;)Lnet/minecraft/class_5341$class_210;
named create
Lnet/minecraft/loot/condition/EntityPropertiesLootCondition;create(Lnet/minecraft/loot/context/LootContext$EntityTarget;)Lnet/minecraft/loot/condition/LootCondition$Builder;
-
builder
public static LootCondition.Builder builder(LootContext.EntityTarget entity, EntityPredicate.Builder predicateBuilder) - Mappings:
Namespace Name Mixin selector official a
Lefs;a(Lecq$b;Lbq$a;)Lefp$a;
intermediary method_917
Lnet/minecraft/class_215;method_917(Lnet/minecraft/class_47$class_50;Lnet/minecraft/class_2048$class_2049;)Lnet/minecraft/class_5341$class_210;
named builder
Lnet/minecraft/loot/condition/EntityPropertiesLootCondition;builder(Lnet/minecraft/loot/context/LootContext$EntityTarget;Lnet/minecraft/predicate/entity/EntityPredicate$Builder;)Lnet/minecraft/loot/condition/LootCondition$Builder;
-
builder
public static LootCondition.Builder builder(LootContext.EntityTarget entity, EntityPredicate predicate) - Mappings:
Namespace Name Mixin selector official a
Lefs;a(Lecq$b;Lbq;)Lefp$a;
intermediary method_27865
Lnet/minecraft/class_215;method_27865(Lnet/minecraft/class_47$class_50;Lnet/minecraft/class_2048;)Lnet/minecraft/class_5341$class_210;
named builder
Lnet/minecraft/loot/condition/EntityPropertiesLootCondition;builder(Lnet/minecraft/loot/context/LootContext$EntityTarget;Lnet/minecraft/predicate/entity/EntityPredicate;)Lnet/minecraft/loot/condition/LootCondition$Builder;
-
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)
. -
predicate
Returns the value of thepredicate
record component.- Returns:
- the value of the
predicate
record component
-
entity
Returns the value of theentity
record component.- Returns:
- the value of the
entity
record component
-