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 ebv
intermediary net/minecraft/class_227
named net/minecraft/loot/condition/WeatherCheckLootCondition
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
-
Constructor Summary
ConstructorDescriptionWeatherCheckLootCondition
(@Nullable Boolean raining, @Nullable Boolean thundering) -
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.context.LootContextAware
getRequiredParameters, validate
-
Field Details
-
raining
- Mappings:
Namespace Name Mixin selector official a
Lebv;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
Lebv;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
-
WeatherCheckLootCondition
WeatherCheckLootCondition(@Nullable @Nullable Boolean raining, @Nullable @Nullable Boolean thundering) - Mappings:
Namespace Name Mixin selector official <init>
Lebv;<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:
getType
in interfaceLootCondition
- Mappings:
Namespace Name Mixin selector official a
Lebl;a()Lebm;
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:
test
in interfacePredicate<LootContext>
- Mappings:
Namespace Name Mixin selector official a
Lebv;a(Ldyr;)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
Lebv;c()Lebv$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;
-