Package net.minecraft.loot.condition
Class ValueCheckLootCondition
java.lang.Object
net.minecraft.loot.condition.ValueCheckLootCondition
- All Implemented Interfaces:
Predicate<LootContext>
,LootCondition
,LootContextAware
public class ValueCheckLootCondition extends Object implements LootCondition
- Mappings:
Namespace Name official dko
intermediary net/minecraft/class_5644
named net/minecraft/loot/condition/ValueCheckLootCondition
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ValueCheckLootCondition.Serializer
Nested classes/interfaces inherited from interface net.minecraft.loot.condition.LootCondition
LootCondition.Builder
-
Field Summary
Fields Modifier and Type Field Description private BoundedIntUnaryOperator
range
private LootNumberProvider
value
-
Constructor Summary
Constructors Modifier Constructor Description private
ValueCheckLootCondition(LootNumberProvider value, BoundedIntUnaryOperator range)
-
Method Summary
Modifier and Type Method Description Set<LootContextParameter<?>>
getRequiredParameters()
LootConditionType
getType()
static LootCondition.Builder
method_35562(LootNumberProvider lootNumberProvider, BoundedIntUnaryOperator boundedIntUnaryOperator)
boolean
test(LootContext lootContext)
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.context.LootContextAware
validate
-
Field Details
-
value
- Mappings:
Namespace Name Mixin selector official a
Ldko;a:Ldla;
intermediary field_27912
Lnet/minecraft/class_5644;field_27912:Lnet/minecraft/class_5658;
named value
Lnet/minecraft/loot/condition/ValueCheckLootCondition;value:Lnet/minecraft/loot/provider/number/LootNumberProvider;
-
range
- Mappings:
Namespace Name Mixin selector official b
Ldko;b:Ldhl;
intermediary field_27913
Lnet/minecraft/class_5644;field_27913:Lnet/minecraft/class_42;
named range
Lnet/minecraft/loot/condition/ValueCheckLootCondition;range:Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;
-
-
Constructor Details
-
ValueCheckLootCondition
- Mappings:
Namespace Name Mixin selector official <init>
Ldko;<init>(Ldla;Ldhl;)V
intermediary <init>
Lnet/minecraft/class_5644;<init>(Lnet/minecraft/class_5658;Lnet/minecraft/class_42;)V
named <init>
Lnet/minecraft/loot/condition/ValueCheckLootCondition;<init>(Lnet/minecraft/loot/provider/number/LootNumberProvider;Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;)V
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceLootCondition
- Mappings:
Namespace Name Mixin selector official a
Ldkf;a()Ldkg;
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 b
Ldho;b()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
Ldko;a(Ldhn;)Z
intermediary method_32423
Lnet/minecraft/class_5644;method_32423(Lnet/minecraft/class_47;)Z
named test
Lnet/minecraft/loot/condition/ValueCheckLootCondition;test(Lnet/minecraft/loot/context/LootContext;)Z
-
method_35562
public static LootCondition.Builder method_35562(LootNumberProvider lootNumberProvider, BoundedIntUnaryOperator boundedIntUnaryOperator)- Mappings:
Namespace Name Mixin selector official a
Ldko;a(Ldla;Ldhl;)Ldkf$a;
intermediary method_35562
Lnet/minecraft/class_5644;method_35562(Lnet/minecraft/class_5658;Lnet/minecraft/class_42;)Lnet/minecraft/class_5341$class_210;
named method_35562
Lnet/minecraft/loot/condition/ValueCheckLootCondition;method_35562(Lnet/minecraft/loot/provider/number/LootNumberProvider;Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;)Lnet/minecraft/loot/condition/LootCondition$Builder;
-