Class ExpandWeatherCheckBuilder

java.lang.Object
com.blamejared.crafttweaker.natives.loot.condition.builder.ExpandWeatherCheckBuilder

@ZenRegister public final class ExpandWeatherCheckBuilder extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.level.storage.loot.predicates.LootItemCondition
    asSupplier(net.minecraft.world.level.storage.loot.predicates.WeatherCheck.Builder internal)
     
    static net.minecraft.world.level.storage.loot.predicates.WeatherCheck.Builder
    raining(net.minecraft.world.level.storage.loot.predicates.WeatherCheck.Builder internal, Boolean raining)
     
    static net.minecraft.world.level.storage.loot.predicates.WeatherCheck.Builder
    thundering(net.minecraft.world.level.storage.loot.predicates.WeatherCheck.Builder internal, Boolean thundering)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandWeatherCheckBuilder

      public ExpandWeatherCheckBuilder()
  • Method Details

    • raining

      public static net.minecraft.world.level.storage.loot.predicates.WeatherCheck.Builder raining(net.minecraft.world.level.storage.loot.predicates.WeatherCheck.Builder internal, Boolean raining)
    • thundering

      public static net.minecraft.world.level.storage.loot.predicates.WeatherCheck.Builder thundering(net.minecraft.world.level.storage.loot.predicates.WeatherCheck.Builder internal, Boolean thundering)
    • asSupplier

      public static net.minecraft.world.level.storage.loot.predicates.LootItemCondition asSupplier(net.minecraft.world.level.storage.loot.predicates.WeatherCheck.Builder internal)