Package net.minecraft.loot.condition
Class WeatherCheckLootCondition
java.lang.Object
net.minecraft.loot.condition.WeatherCheckLootCondition
- All Implemented Interfaces:
- Predicate<LootContext>,- LootCondition,- LootContextAware
- Mappings:
- Namespace - Name - official - dvh- intermediary - net/minecraft/class_227- named - net/minecraft/loot/condition/WeatherCheckLootCondition
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic class
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionWeatherCheckLootCondition(@Nullable Boolean raining, @Nullable Boolean thundering) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.loot.context.LootContextAwaregetRequiredParameters, validate
- 
Field Details- 
raining- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldvh;a:Ljava/lang/Boolean;- intermediary - field_1302- Lnet/minecraft/class_227;field_1302:Ljava/lang/Boolean;- named - raining- Lnet/minecraft/loot/condition/WeatherCheckLootCondition;raining:Ljava/lang/Boolean;
 
- 
thundering- Mappings:
- Namespace - Name - Mixin selector - official - b- Ldvh;b:Ljava/lang/Boolean;- intermediary - field_1301- Lnet/minecraft/class_227;field_1301:Ljava/lang/Boolean;- named - thundering- Lnet/minecraft/loot/condition/WeatherCheckLootCondition;thundering:Ljava/lang/Boolean;
 
 
- 
- 
Constructor Details- 
WeatherCheckLootConditionWeatherCheckLootCondition(@Nullable @Nullable Boolean raining, @Nullable @Nullable Boolean thundering) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Ldvh;<init>(Ljava/lang/Boolean;Ljava/lang/Boolean;)V- intermediary - <init>- Lnet/minecraft/class_227;<init>(Ljava/lang/Boolean;Ljava/lang/Boolean;)V- named - <init>- Lnet/minecraft/loot/condition/WeatherCheckLootCondition;<init>(Ljava/lang/Boolean;Ljava/lang/Boolean;)V
 
 
- 
- 
Method Details- 
getType- Specified by:
- getTypein interface- LootCondition
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldux;a()Lduy;- 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;
 
- 
test- Specified by:
- testin interface- Predicate<LootContext>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldvh;a(Ldsd;)Z- intermediary - method_957- Lnet/minecraft/class_227;method_957(Lnet/minecraft/class_47;)Z- named - test- Lnet/minecraft/loot/condition/WeatherCheckLootCondition;test(Lnet/minecraft/loot/context/LootContext;)Z
 
- 
create- Mappings:
- Namespace - Name - Mixin selector - official - c- Ldvh;c()Ldvh$a;- intermediary - method_35564- Lnet/minecraft/class_227;method_35564()Lnet/minecraft/class_227$class_6165;- named - create- Lnet/minecraft/loot/condition/WeatherCheckLootCondition;create()Lnet/minecraft/loot/condition/WeatherCheckLootCondition$Builder;
 
 
-