Package net.minecraft.loot.condition
Record Class MatchToolLootCondition
java.lang.Object
java.lang.Record
net.minecraft.loot.condition.MatchToolLootCondition
- Record Components:
predicate-
- All Implemented Interfaces:
Predicate<LootContext>,LootCondition,LootContextAware
public record MatchToolLootCondition(Optional<ItemPredicate> predicate)
extends Record
implements LootCondition
- Mappings:
Namespace Name official ekcintermediary net/minecraft/class_223named net/minecraft/loot/condition/MatchToolLootConditionofficial bintermediary comp_1884named predicate
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.loot.condition.LootCondition
LootCondition.Builder -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MatchToolLootCondition>private final Optional<ItemPredicate>The field for thepredicaterecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LootCondition.Builderbuilder(ItemPredicate.Builder predicate) final booleanIndicates whether some other object is "equal to" this one.getType()final inthashCode()Returns a hash code value for this object.Returns the value of thepredicaterecord 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
-
predicate
The field for thepredicaterecord component. -
CODEC
- Mappings:
Namespace Name Mixin selector official aLekc;a:Lcom/mojang/serialization/Codec;intermediary field_45875Lnet/minecraft/class_223;field_45875:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/loot/condition/MatchToolLootCondition;CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
MatchToolLootCondition
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceLootCondition- Mappings:
Namespace Name Mixin selector official bLejv;b()Lejw;intermediary method_29325Lnet/minecraft/class_5341;method_29325()Lnet/minecraft/class_5342;named getTypeLnet/minecraft/loot/condition/LootCondition;getType()Lnet/minecraft/loot/condition/LootConditionType;
-
getRequiredParameters
- Specified by:
getRequiredParametersin interfaceLootContextAware- Mappings:
Namespace Name Mixin selector official aLegx;a()Ljava/util/Set;intermediary method_293Lnet/minecraft/class_46;method_293()Ljava/util/Set;named getRequiredParametersLnet/minecraft/loot/context/LootContextAware;getRequiredParameters()Ljava/util/Set;
-
test
- Specified by:
testin interfacePredicate<LootContext>- Mappings:
Namespace Name Mixin selector official aLekc;a(Legw;)Zintermediary method_946Lnet/minecraft/class_223;method_946(Lnet/minecraft/class_47;)Znamed testLnet/minecraft/loot/condition/MatchToolLootCondition;test(Lnet/minecraft/loot/context/LootContext;)Z
-
builder
- Mappings:
Namespace Name Mixin selector official aLekc;a(Lca$a;)Lejv$a;intermediary method_945Lnet/minecraft/class_223;method_945(Lnet/minecraft/class_2073$class_2074;)Lnet/minecraft/class_5341$class_210;named builderLnet/minecraft/loot/condition/MatchToolLootCondition;builder(Lnet/minecraft/predicate/item/ItemPredicate$Builder;)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 thepredicaterecord component.- Returns:
- the value of the
predicaterecord component
-