Package net.minecraft.loot.conditions
Class MatchTool
java.lang.Object
net.minecraft.loot.conditions.MatchTool
- All Implemented Interfaces:
Predicate<LootContext>
,ILootCondition
,IParameterized
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.loot.conditions.ILootCondition
ILootCondition.IBuilder
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet<LootParameter<?>>
getType()
boolean
test
(LootContext p_test_1_) static ILootCondition.IBuilder
toolMatches
(ItemPredicate.Builder p_216012_0_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.loot.IParameterized
validate
-
Field Details
-
predicate
-
-
Constructor Details
-
MatchTool
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceILootCondition
-
getReferencedContextParams
- Specified by:
getReferencedContextParams
in interfaceIParameterized
-
test
- Specified by:
test
in interfacePredicate<LootContext>
-
toolMatches
-