Class WeatherCheck.Builder
java.lang.Object
net.minecraft.world.level.storage.loot.predicates.WeatherCheck.Builder
- All Implemented Interfaces:
LootItemCondition.Builder
- Enclosing class:
- WeatherCheck
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()setRaining(Boolean p_165557_) setThundering(Boolean p_165560_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.storage.loot.predicates.LootItemCondition.Builder
invert, or
-
Field Details
-
isRaining
-
isThundering
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setRaining
-
setThundering
-
build
- Specified by:
buildin interfaceLootItemCondition.Builder
-