Package net.minecraft.loot.conditions
Class WeatherCheck
- java.lang.Object
-
- net.minecraft.loot.conditions.WeatherCheck
-
- All Implemented Interfaces:
java.util.function.Predicate<LootContext>,ILootCondition,IParameterized
public class WeatherCheck extends java.lang.Object implements ILootCondition
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWeatherCheck.Serializer-
Nested classes/interfaces inherited from interface net.minecraft.loot.conditions.ILootCondition
ILootCondition.IBuilder
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.BooleanisRainingprivate java.lang.BooleanisThundering
-
Constructor Summary
Constructors Modifier Constructor Description privateWeatherCheck(java.lang.Boolean p_i51191_1_, java.lang.Boolean p_i51191_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LootConditionTypegetType()booleantest(LootContext p_test_1_)-
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
-
-
-
-
Method Detail
-
getType
public LootConditionType getType()
- Specified by:
getTypein interfaceILootCondition
-
test
public boolean test(LootContext p_test_1_)
- Specified by:
testin interfacejava.util.function.Predicate<LootContext>
-
-