Class WeatherCheckLootCondition

java.lang.Object
net.minecraft.loot.condition.WeatherCheckLootCondition
All Implemented Interfaces:
Predicate<LootContext>, LootCondition, LootContextAware

public class WeatherCheckLootCondition extends Object implements LootCondition
Mappings:
Namespace Name
official dyv
intermediary net/minecraft/class_227
named net/minecraft/loot/condition/WeatherCheckLootCondition
  • Field Details

    • raining

      @Nullable final @Nullable Boolean raining
      Mappings:
      Namespace Name Mixin selector
      official a Ldyv;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

      @Nullable final @Nullable Boolean thundering
      Mappings:
      Namespace Name Mixin selector
      official b Ldyv;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> Ldyv;<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

      public LootConditionType getType()
      Specified by:
      getType in interface LootCondition
      Mappings:
      Namespace Name Mixin selector
      official a Ldyl;a()Ldym;
      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

      public boolean test(LootContext lootContext)
      Specified by:
      test in interface Predicate<LootContext>
      Mappings:
      Namespace Name Mixin selector
      official a Ldyv;a(Ldvr;)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

      public static WeatherCheckLootCondition.Builder create()
      Mappings:
      Namespace Name Mixin selector
      official c Ldyv;c()Ldyv$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;