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 dhj
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()
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
Ldhj;a:Ldhv;
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
Ldhj;b:Ldeg;
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>
Ldhj;<init>(Ldhv;Ldeg;)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
Ldha;a()Ldhb;
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
Ldej;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
Ldhj;a(Ldei;)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
-