Package net.minecraft.loot.conditions
Class TimeCheck
java.lang.Object
net.minecraft.loot.conditions.TimeCheck
- 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
ModifierConstructorDescriptionprivate
TimeCheck
(Long p_i225898_1_, RandomValueRange p_i225898_2_) -
Method Summary
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
getReferencedContextParams, validate
-
Field Details
-
period
-
value
-
-
Constructor Details
-
TimeCheck
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceILootCondition
-
test
- Specified by:
test
in interfacePredicate<LootContext>
-