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 class
WeatherCheck.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.Boolean
isRaining
private java.lang.Boolean
isThundering
-
Constructor Summary
Constructors Modifier Constructor Description private
WeatherCheck(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 LootConditionType
getType()
boolean
test(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:
getType
in interfaceILootCondition
-
test
public boolean test(LootContext p_test_1_)
- Specified by:
test
in interfacejava.util.function.Predicate<LootContext>
-
-